Skip to content

maetl/highball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Highball

A Sass cocktail with Bourbon.

Being designed for use with the Rails asset pipeline, Bourbon and Neat are somewhat awkward to integrate with an NPM based workflow. Highball provides a simple foundation that brings these libraries together while avoiding complicated Sass setup in the client app.

Install

Install the highball module and its dependencies into a project context:

npm install --save-dev highball

Build

Include highball/foundation in a project-specific Sass file:

@import "highball/foundation";

Ensure that the node_modules base directory is linked as an --include-path in the Sass build.

For instance, with node-sass:

node-sass --include-path=node_modules project.scss public/project.css

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages