Closed
Description
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?
Metadata
Metadata
Assignees
Labels
No labels