Skip to content

Commit a1829eb

Browse files
committed
Update README.md with sass compile info.
Added a small part for the sass users. It's easier to read it, then to figure it out ;)
1 parent 60e6159 commit a1829eb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,20 @@ If you want to use glyphicons instead of font-awesome then override `.checkbox`
9393
}
9494
````
9595

96+
Using SASS
97+
----------
98+
99+
As per example in the `demo` folder, to use these **awesome** you'll have to `@import` the following library parts:
100+
101+
````scss
102+
@import "../bootstrap/bootstrap/variables";
103+
@import "../bootstrap/bootstrap/mixins";
104+
105+
@import "../font-awesome/variables";
106+
````
107+
108+
Adjust this to the path where your bootstrap and font-awesome files are located.
109+
96110
Credits
97111
------------
98112

0 commit comments

Comments
 (0)