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
- Host: GitHub
- URL: https://github.com/helleworldgit/sass-resources
- Owner: helleworldGIT
- License: mit
- Created: 2019-08-14T10:34:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T12:59:44.000Z (over 6 years ago)
- Last Synced: 2025-04-14T20:16:58.289Z (10 months ago)
- Topics: css, itcss, mixins, responsive, responsive-design, sass, sass-mixins, sass-resources, scss
- Size: 20.5 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!**