|
1 | | -@import "../../node_modules/font-awesome/css/font-awesome.css" |
2 | | -<% if (filters.bootstrap) { %>@import "../../node_modules/bootstrap/dist/css/bootstrap.css" |
3 | | -<% if (filters.oauth) { %>@import "../../node_modules/bootstrap-social/bootstrap-social.css" |
4 | | -<% } %> |
5 | | -// |
6 | | -// Bootstrap Fonts |
7 | | -// |
8 | | - |
9 | | -@font-face |
10 | | - font-family: 'Glyphicons Halflings' |
11 | | - src: url('/assets/fonts/bootstrap/glyphicons-halflings-regular.eot') |
12 | | - src: url('/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), |
13 | | - url('/assets/fonts/bootstrap/glyphicons-halflings-regular.woff') format('woff'), |
14 | | - url('/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf') format('truetype'), |
15 | | - url('/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); |
16 | | -<% } %> |
17 | | -// |
18 | | -// Font Awesome Fonts |
19 | | -// |
| 1 | +$fa-font-path = '../assets/fonts/font-awesome/' |
| 2 | +@import '~font-awesome-stylus/stylus/index' |
20 | 3 |
|
21 | | -@font-face |
22 | | - font-family: 'FontAwesome' |
23 | | - src: url('/assets/fonts/font-awesome/fontawesome-webfont.eot?v=4.1.0') |
24 | | - src: url('/assets/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), |
25 | | - url('/assets/fonts/font-awesome/fontawesome-webfont.woff?v=4.1.0') format('woff'), |
26 | | - url('/assets/fonts/font-awesome/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), |
27 | | - url('/assets/fonts/font-awesome/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg'); |
28 | | - font-weight: normal |
29 | | - font-style: normal |
| 4 | +<%_ if (filters.bootstrap) { %> |
| 5 | +$icon-font-path = '../assets/fonts/bootstrap/' |
| 6 | +@import '~bootstrap-styl/bootstrap/index'; |
| 7 | +<% if (filters.oauth) { %>@import '~bootstrap-social/bootstrap-social.css' |
| 8 | +<% } %><% } %> |
30 | 9 |
|
31 | 10 | // |
32 | 11 | // App-wide Styles |
|
0 commit comments