hfc-relay-grid

1.0.1 • Public • Published

alt tag

A grid system and uses flexible sass-mixins instead of fixed classes.


#Installation How to get up and running.
##1. Install Package

Option 1: Install via npm

npm install hfc-relay-grid --save-dev

Option 2: Install via bower

bower install hfc-relay-grid --save-dev

##2. Create config
Create a `_hfc-relay-grid-config.scss` with [this content](src/_hfc-relay-grid-config.scss) (but remove all the `!default` statements)

In there you can now:

  • safely override any defaults
  • easily import/use different fonts
  • toggle features like debug-grid

##3. Import Files
Import both Files in your sass in this order. ```sass // HFC Relay @import 'path/to/your/hfc-relay-grid-config.scss'; @import 'node_modules/hfc-relay/hfc-relay-grid.scss';

// 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)

Readme

Keywords

none

Package Sidebar

Install

npm i hfc-relay-grid

Weekly Downloads

2

Version

1.0.1

License

ISC

Last publish

Collaborators

  • nilsdannemann