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
/* | |
This requires node and the following dev dependencies. | |
`npm install gulp gulp-sass gulp-purgecss sass --save-dev` | |
Then execute `gulp` | |
Remember that any file that starts with underscore ('_') is kind of ignored by convention, and no `.css` file is generated. | |
For example `_variables.scss`. | |
*/ |
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
################################################################################## | |
# Set default behavior to automatically normalize line endings (LF normalization) | |
################################################################################## | |
* text=auto | |
################################################################################## | |
# Git control files | |
################################################################################## | |
*.gitattributes text |
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
########################################################################################## | |
## Ignore Visual Studio temporary files, build results, and files generated by popular | |
## Visual Studio and VS Code add-ons. | |
## | |
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore | |
########################################################################################## | |
# User-specific files | |
*.rsuser | |
*.suo |