Inline function
This commit is contained in:
parent
5195eb9040
commit
db8240c547
1 changed files with 1 additions and 3 deletions
4
test.js
4
test.js
|
@ -14,9 +14,7 @@ const generatePluginCss = (options = {}) => {
|
||||||
.process('@tailwind utilities;', {
|
.process('@tailwind utilities;', {
|
||||||
from: undefined
|
from: undefined
|
||||||
})
|
})
|
||||||
.then(result => {
|
.then(result => result.css)
|
||||||
return result.css
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
expect.extend({
|
expect.extend({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue