Skip to content

Commit 1d7636e

Browse files
committed
Merge pull request flatlogic#42 from KyorCode/patch-1
Update README.md with sass compile info.
2 parents 9b7dc86 + a1829eb commit 1d7636e

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)