https://github.com/lexi-lambda/cyanotype
Feather-light flexbox layout framework for Sass
https://github.com/lexi-lambda/cyanotype
Last synced: 9 months ago
JSON representation
Feather-light flexbox layout framework for Sass
- Host: GitHub
- URL: https://github.com/lexi-lambda/cyanotype
- Owner: lexi-lambda
- Created: 2015-08-08T06:58:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-08T20:30:27.000Z (over 10 years ago)
- Last Synced: 2025-03-01T03:16:55.510Z (10 months ago)
- Language: CSS
- Homepage: http://lexi-lambda.github.io/cyanotype/docs/
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cyanotype
**Cyanotype** is a feather-light flexbox layout framework for Sass.
## Installation
1. Install Cyanotype with Bower.
```bash
$ bower install cyanotype
```
2. Import Cyanotype in your stylesheet.
```scss
@import 'cyanotype';
```
## Usage
See [the documentation][docs] 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.
```scss
$cyanotype-generate-classes: false;
@import 'cyanotype';
```
[docs]: http://lexi-lambda.github.io/cyanotype/docs/