Skip to content

thomascullen/sakura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published