hfc-relay-grid
v1.0.1
Published
HFC Relay Grid (SCSS)
Downloads
2
Readme
A grid system and uses flexible sass-mixins instead of fixed classes.
Option 1: Install via npm
npm install hfc-relay-grid --save-dev
Option 2: Install via bower
bower install hfc-relay-grid --save-dev
In there you can now:
- safely override any defaults
- easily import/use different fonts
- toggle features like
debug-grid
// Your other imports below.
That's it. <br>
Happy coding.
<br>
##4. Use Snippets (Optional)
The Snippets for Sublime Text are optional but make the workflow much faster. <br>
**Install:** [Download](https://dl.dropboxusercontent.com/u/7534528/HFC/Relay/snippets.zip) the Snippets and place them in your `(path_to_sublime)/Packages/User` folder.<br>
**Usage:** Just type `grid` or `column` and hit `TAB` to place your include.
<br>
#Where to go from there?
- [Container](docs/container.md)
- [The Grid](docs/grid.md)
- [Mediaqueries](docs/mediaqueries.md)