Inline code example
This commit is contained in:
parent
3d1beaf16d
commit
8f3110f15a
|
@ -89,9 +89,7 @@ const generatePluginCss = (options = {}) => {
|
|||
.process('@tailwind utilities;', {
|
||||
from: undefined
|
||||
})
|
||||
.then(result => {
|
||||
return result.css
|
||||
})
|
||||
.then(result => result.css)
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue