mini.scss
v1.5.0
Published
Base to build front end structures
Downloads
6
Readme
Mini.scss
Allows us start to write Sass code quick and easily. It's simple, Mini.scss is a basic structure, nothing else.
Install:
By Github, you've two ways:
Clone $ git clone https://github.com/manuelitox/mini.scss.git
Download a Realase Packages
By Bower:
$ bower install mini.scss
By NPM:
$ npm install mini.scss --save-dev
You can find the documentation in the sassdoc/index.html file.
How to use:
After install the package, you need import the 'main.scss' file to your project:
import 'path/to/mini.scss/library/mini.scss/scss/main';
FYI:
- Deleted the grid system. Instead, I recommend use Susy - Responsive layout toolkit for Sass . You can install it by npm:
$ npm install susy --save-dev