How do I use this without a bundler? #1777
Answered
by
ai
douglas-legulas
asked this question in
Q&A
-
My employer doesn't let me use a bundler such as Webpack for our web apps (browser environment only), so what are my options? I do use Dart Sass to compile .scss files into .css. The built files are committed to the git repository so they don't need to have Sass installed on the server. |
Beta Was this translation helpful? Give feedback.
Answered by
ai
Sep 26, 2022
Replies: 1 comment
-
You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
douglas-legulas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
postcss-cli
to process.css
files