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;', {
from: undefined
})
.then(result => {
return result.css
})
.then(result => result.css)
}
expect.extend({