atypical-sass 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +18 -0
- data/atypical-sass.gemspec +1 -1
- data/lib/atypical-sass.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -0,0 +1,18 @@
|
|
1
|
+
Atypical Sass
|
2
|
+
===========
|
3
|
+
|
4
|
+
Our shared Compass toolkit, Gemified.
|
5
|
+
|
6
|
+
In your main Compass "imports" file or wherever you like:
|
7
|
+
|
8
|
+
@import "compass";
|
9
|
+
@import "atypicalmass/mixins";
|
10
|
+
|
11
|
+
Then, you can use the mixins as we do.
|
12
|
+
|
13
|
+
You'll need to set your base font, and icon font stacks:
|
14
|
+
|
15
|
+
$font-base:Arial,sans-serif,etc;
|
16
|
+
$font-icon:"ICON FONT NAME";
|
17
|
+
|
18
|
+
If you don't set them they will default to `Arial,sans-serif` and `"icons",$font-base` respectively.
|
data/atypical-sass.gemspec
CHANGED
data/lib/atypical-sass.rb
CHANGED