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

Commit

Permalink
add scss --require instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 6, 2014
1 parent 806ef97 commit 839d669
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ _Currently, Flint is only available for Ruby Sass; so it will not work with libS

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.

If you're not using Compass, you can require the custom Ruby functions and compile via:
```
scss --require ./lib/flint.rb example.scss > example.css
```

## Documentation

### Config
Expand Down

0 comments on commit 839d669

Please sign in to comment.