thomascullen / sakura

A lightweight Sass framework that lets you keep control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SakuraToolkit

A lightweight SASS framework that lets you keep control.

Installation

$ gem install sakura_toolkit

To install Sakura into the current directory

$ sakura install

Usage with Rails

When using Sakura with Rails you can simply add sakura_toolkit to your Gemfile.

gem 'sakura_toolkit'

Then run bundle and you are good to import sakura where ever you want.

Usage

You can import all of sakura by simply using

@import 'sakura';

Or you can import certain modules you need.

@import 'sakura/utilities';

About

A lightweight Sass framework that lets you keep control

License:MIT License


Languages

Language:CSS 78.4%Language:Ruby 21.6%