Compiling SCSS into CSS rather than scss.liquid #40
jpjmortimer
started this conversation in
General
Replies: 1 comment 3 replies
-
Several ways, the default config for packer already does this. It creates two output style files:
The first is compiled css, the second is uncompiled scss for any styles that require liquid. If you want to make any changes to how packer works, it's easy to extend or override. Use dev.config.js and prod.config.js to change default settings, here is the production config as an example. Packer runs Webpack Merge to combine configs. You can also modify paths and all other settings inside packer.config.js |
Beta Was this translation helpful? Give feedback.
3 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
This setup is amazing. Is there a way to get it to compile scss into css rather than getting shopify to compile the scss?
Beta Was this translation helpful? Give feedback.
All reactions