You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
The idea is to add a file called
.sassrc
or similar to your project root where the configurations are defined.YAML:
or in JSON styntax:
If the config file exists you can simply run
node-sass src/style.scss dest/style.css
and the options will be automatically applied.This is also useful for editors which can automatically resolve imported files for jumping between them.
The text was updated successfully, but these errors were encountered: