Skip to content

NilsDannemann/hfc_relay_npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt tag

HFC Relay Framework

HFC Relay Framework (SCSS)



Installation

####1. Install
Install the npm package from your console.

npm install hfc-relay --save-dev

####2. Create config
Create a _hfc-relay-config.scss with this content (but remove all the !default statements)

In there you can now:

  • safely override any defaults
  • easily import/use different fonts
  • toggle features like $devmode-breakpoints

####3. Import
Import both Files in your sass in this order.

// HFC Relay
@import 'path/to/your/hfc-relay-config.scss';
@import 'node_modules/hfc-relay/hfc-relay.scss';

// Your other imports below

That's it.
Happy coding.



Usage

Structure-Layer

Animation-Layer

Helpers

Mixed
Form Elements

About

HFC Relay Framework (SCSS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages