We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e6159 commit a1829ebCopy full SHA for a1829eb
README.md
@@ -93,6 +93,20 @@ If you want to use glyphicons instead of font-awesome then override `.checkbox`
93
}
94
````
95
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
110
Credits
111
------------
112
0 commit comments