-
-
Save 5eleven/4282229 to your computer and use it in GitHub Desktop.
Random Sass commands.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Convert CSS to SCSS | |
$ sass-convert style.css style.scss | |
# Convert Sass to SCSS | |
$ sass-convert style.sass style.scss | |
# Convert SCSS to Sass | |
$ sass-convert style.scss style.sass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment