Files
.github
_data
_includes
_layouts
_sass
vendor
breakpoint
font-awesome
magnific-popup
susy
_animations.scss
_archive.scss
_base.scss
_buttons.scss
_footer.scss
_forms.scss
_masthead.scss
_mixins.scss
_navigation.scss
_notices.scss
_page.scss
_print.scss
_reset.scss
_sidebar.scss
_syntax.scss
_tables.scss
_utilities.scss
_variables.scss
assets
docs
test
.editorconfig
.gitattributes
.gitignore
CHANGELOG.md
Gemfile
LICENSE.txt
README.md
_config.yml
index.html
minimal-mistakes-jekyll.gemspec
package.json
screenshot-layouts.png
screenshot.png
website/_sass/vendor
Michael Rose 4cc9fcb40a Use Jekyll native Sass/SCSS preprocessor
- Move .scss files to default `_sass` folder
- Configure Sass/SCSS in `_config.yml`
- Run .scss files through Autoprefixer
- Remove unnecessary npm scripts for building CSS
- Close 
2016-08-08 16:01:37 -04:00
..