Skip to content

lexi-lambda/cyanotype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyanotype

Cyanotype is a feather-light flexbox layout framework for Sass.

Installation

  1. Install Cyanotype with Bower.
$ bower install cyanotype
  1. Import Cyanotype in your stylesheet.
@import 'cyanotype';

Usage

See the documentation for information on the mixins provided by Cyanotype.

Configuration

By default, Cyanotype generates helper classes to mitigate the need for one-off classes. However, since Cyanotype is designed to be used primarily from within your stylesheet, these classes are optional. If you want to completely commit to semantic markup and disable them entirely, simply set $cyanotype-generate-classes to false before importing Cyanotype.

$cyanotype-generate-classes: false;
@import 'cyanotype';

About

Feather-light flexbox layout framework for Sass

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors