Inline code example

This commit is contained in:
Oliver Davies 2019-05-01 19:36:15 +01:00
parent 3d1beaf16d
commit 8f3110f15a

View file

@ -89,9 +89,7 @@ const generatePluginCss = (options = {}) => {
.process('@tailwind utilities;', {
from: undefined
})
.then(result => {
return result.css
})
.then(result => result.css)
}
```