We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I use emacs, which have a scss-mode, When I change my scss file, and save it, this mode will invoke command like following to generate css
scss-mode
╰─ $ scss --update app/javascript/application.scss write app/javascript/application.css write app/javascript/application.css.map
Or compile directory which scss exist
╰─ $ scss --update app/javascript
sassc is not support this args
The text was updated successfully, but these errors were encountered:
This feature was added to Ruby Sass because of the slow compilation times.
Since SassC is significantly faster than Ruby Sass we don't plan to work on this feature but would happily accept a pull request.
Sorry, something went wrong.
No branches or pull requests
Hi, I use emacs, which have a
scss-mode
, When I change my scss file, and save it,this mode will invoke command like following to generate css
Or compile directory which scss exist
sassc is not support this args
The text was updated successfully, but these errors were encountered: