You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a quick feature change suggestion to enable opacity flags in tailwind:
Change your tailwind watcher to npx tailwindcss -i assets/scss/tailwind.css -o assets/scss/tailwind.scss --watch --postcss
These should be all the changes we made in terms of config for compiling to modify a store bought theme to enable tailwind with opacity. (you will need the plugins for postcss to be installed with npm still). https://github.com/dmarchena/postcss-color-rgb
Hope this helps with the frustrations that are opacity. Thanks for making this repo open, it really helped us kickstart our tweaking.
The text was updated successfully, but these errors were encountered:
Hey Yo,
Just a quick feature change suggestion to enable opacity flags in tailwind:
Change your tailwind watcher to
npx tailwindcss -i assets/scss/tailwind.css -o assets/scss/tailwind.scss --watch --postcss
Create a
postcss.config.js
with content of:These should be all the changes we made in terms of config for compiling to modify a store bought theme to enable tailwind with opacity. (you will need the plugins for postcss to be installed with npm still).
https://github.com/dmarchena/postcss-color-rgb
Hope this helps with the frustrations that are opacity. Thanks for making this repo open, it really helped us kickstart our tweaking.
The text was updated successfully, but these errors were encountered: