Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
add ruby requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 6, 2014
1 parent ab061cf commit 806ef97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@ Enjoy.

* Sass ~> `3.3.0`

_Currently, Flint is only available for Ruby Sass; so it will not work with libSass until they support the map data-type. Flint depends on a few custom Ruby functions, but in `2.0` I hope to have those dependencies relieved._

## Installation

1. Install via Ruby `gem install flint-gs`, or Bower `bower install flint --save-dev`
2. If you're using Compass, add `require "flint"` to your `config.rb`
3. Import it into your stylesheet with `@import "flint"`

If you don't want to install it, then simply download or clone the current build files. Use the starter `config.rb` to require any custom functions Flint uses; currently this is required, as we're making use of custom SassScript functions until the SassScript `&` [returns to Sass](https://gist.github.com/nex3/8050187). Adjust the paths according to your project.
If you don't want to install it, then simply download or clone the current build files. Use your `config.rb` to require any custom functions Flint uses; currently this is required, as we're making use of custom SassScript functions until the SassScript `&` [returns to Sass](https://gist.github.com/nex3/8050187) **(set for integration with Sass `3.4` in `2.0`)**. Adjust the paths according to your project.

## Documentation

Expand Down

0 comments on commit 806ef97

Please sign in to comment.