Which plugins to compile scss files wrote into sass with webpack encore ? #1856
Closed
webmasterpf
started this conversation in
General
Replies: 2 comments 4 replies
-
There is not any plugin to compile Sass. You should add Or migrate your syntax to some PostCSS syntax. |
Beta Was this translation helpful? Give feedback.
0 replies
-
webpack encore config is (partia):
So I don't understand why my mixin.scss file isn't compiled like others scss files.So for you, all is in place on the postcss side ? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
All is in the title and this is the result of reflexion about import files started here postcss/postcss-import#525
So this is my actual postcss config:
With this I compile scss files imported into this file:
css/src/tailwind.scss
All files are here: https://gitlab.com/themes-d9/starter-d9-2022/-/tree/tailwindcss3-dev
Thanks for tips about plugins, because actually, mixin scss file isn't compiled and so, I can't use my sass mixin. Idem fo the sass loop.
Beta Was this translation helpful? Give feedback.
All reactions