An open API service indexing awesome lists of open source software.

https://github.com/helleworldgit/sass-resources

Handy resources for SASS
https://github.com/helleworldgit/sass-resources

css itcss mixins responsive responsive-design sass sass-mixins sass-resources scss

Last synced: 5 months ago
JSON representation

Handy resources for SASS

Awesome Lists containing this project

README

          

# SASS-Resources
Handy resources for SASS projects: mixins, scripts, responsive, etc.

## INDEX

[Install SASS fast](https://github.com/helleworldGIT/SASS-Resources/wiki/Easiest-and-faster-way-to-install-SASS)
> Fast, easy way to install SASS in your project.

[SASS folder structure with ITCSS](https://github.com/helleworldGIT/SASS-Resources/wiki/SASS-folder-structure-with-ITCSS)
> A nice structure for the SASS styles in a project using ITCSS theory.

[SASS Responsive mediaquery sizes template](https://github.com/helleworldGIT/SASS-Resources/wiki/Responsive-mixins-SASS-partial)
> Responsive mediaqueries sizes partial for SASS.

[Command for auto-compiling SASS when saving](https://github.com/helleworldGIT/SASS-Resources/wiki/Auto-compile-command-for-SASS)
> This command autocompiles SASS everytime you save (ctrol+s) your SASS file.

[SASS Custom font declaration](https://github.com/helleworldGIT/SASS-Resources/wiki/Custom-Font-declaration-in-SASS)
> Custom font declaration in SASS.

[Card or box mixin generator](https://github.com/helleworldGIT/SASS-Resources/wiki/Card-Box-mixin-generator)
> A mixin that can be used for generate all kind of boxes/cards without rewriting a lot of code.

[Custom columns system with SASS](https://github.com/helleworldGIT/SASS-Resources/wiki/Creating-a-column-system-with-SASS-functions)
> This function will let you create a custom column system based in your needs/objectives! PS; **You have the basecode in the repo!**