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
I’m trying out this Gem as a replacement for CSS Bundling where I use a custom build process via package.json (tailwindcss --postcss --cssnano -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/application.css) that runs via bin/dev.
However, I need to use features such as nesting and import and for that I must use PostCSS.
Similar to #138 this would require the task to have more options such as --postcss. Am I missing something or is this currently not possible (or not intended?) to be configured in that way?
The text was updated successfully, but these errors were encountered:
I’m trying out this Gem as a replacement for CSS Bundling where I use a custom build process via
package.json
(tailwindcss --postcss --cssnano -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/application.css
) that runs viabin/dev
.However, I need to use features such as nesting and import and for that I must use PostCSS.
Similar to #138 this would require the task to have more options such as
--postcss
. Am I missing something or is this currently not possible (or not intended?) to be configured in that way?The text was updated successfully, but these errors were encountered: