Inline function

This commit is contained in:
Oliver Davies 2019-05-01 19:38:06 +01:00
parent 5195eb9040
commit db8240c547

View file

@ -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({