@qsxy/element-plus-react 1.0.0-next.18 → 1.0.0-next.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -39
- package/dist/Breadcrumb/BreadcrumbItem.js +4 -7
- package/dist/Switch/Switch.js +50 -17
- package/dist/Switch/typings.d.ts +4 -0
- package/dist/Tooltip/Tooltip.js +2 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/index.js +2 -2
- package/package.json +1 -2
- package/theme-chalk/{avatar/index.scss → avatar.scss} +1 -1
- package/theme-chalk/{badge/index.scss → badge.scss} +1 -1
- package/theme-chalk/{breadcrumb/index.scss → breadcrumb.scss} +1 -1
- package/theme-chalk/build.scss +1 -1
- package/theme-chalk/button/_mixins.scss +3 -3
- package/theme-chalk/button/button-group.scss +1 -1
- package/theme-chalk/button/button.scss +2 -2
- package/theme-chalk/button/index.scss +2 -2
- package/theme-chalk/button--bak/_mixins.scss +317 -0
- package/theme-chalk/button--bak/button-group.scss +83 -0
- package/theme-chalk/button--bak/button.scss +382 -0
- package/theme-chalk/button--bak/index.scss +2 -0
- package/theme-chalk/button-group.scss +80 -0
- package/theme-chalk/button.scss +304 -0
- package/theme-chalk/calendar/date-picker.scss +1 -1
- package/theme-chalk/calendar/date-range-picker.scss +1 -1
- package/theme-chalk/calendar/date-table.scss +164 -156
- package/theme-chalk/calendar/date-table.scss--bak +156 -0
- package/theme-chalk/calendar/index.scss +6 -6
- package/theme-chalk/calendar/month-table.scss +1 -1
- package/theme-chalk/calendar/picker-panel.scss +1 -1
- package/theme-chalk/calendar/year-table.scss +1 -1
- package/theme-chalk/{card/index.scss → card.scss} +1 -1
- package/theme-chalk/{carousel/index.scss → carousel.scss} +1 -1
- package/theme-chalk/{cascader/cascader-panel.scss → cascader-panel.scss} +1 -1
- package/theme-chalk/{cascader/cascader.scss → cascader.scss} +1 -1
- package/theme-chalk/{checkbox-button/index.scss → checkbox-button.scss} +1 -1
- package/theme-chalk/{checkbox-group/index.scss → checkbox-group.scss} +1 -1
- package/theme-chalk/{checkbox/index.scss → checkbox.scss} +2 -1
- package/theme-chalk/col/_mixins.scss +5 -3
- package/theme-chalk/col/index.scss +2 -2
- package/theme-chalk/{collapse/index.scss → collapse.scss} +1 -1
- package/theme-chalk/color/index.scss +20 -0
- package/theme-chalk/{color-picker/index.scss → color-picker.scss} +3 -3
- package/theme-chalk/common/index.scss +127 -178
- package/theme-chalk/common/var.scss +1632 -0
- package/theme-chalk/dark/css-vars.scss +39 -0
- package/theme-chalk/dark/var.scss +225 -0
- package/theme-chalk/{date-picker/index.scss → date-picker.scss} +1 -1
- package/theme-chalk/{date-time-picker/time-picker.scss → date-time-picker.scss} +1 -1
- package/theme-chalk/{descriptions/descriptions-item.scss → descriptions-item.scss} +1 -1
- package/theme-chalk/{descriptions/descriptions.scss → descriptions.scss} +1 -1
- package/theme-chalk/dev.scss +2 -2
- package/theme-chalk/{dialog/index.scss → dialog.scss} +1 -1
- package/theme-chalk/display.scss +1 -1
- package/theme-chalk/{divider/index.scss → divider.scss} +1 -1
- package/theme-chalk/doc.scss +2 -2
- package/theme-chalk/{drawer/index.scss → drawer.scss} +1 -1
- package/theme-chalk/{dropdown/index.scss → dropdown.scss} +1 -1
- package/theme-chalk/{empty/index.scss → empty.scss} +1 -1
- package/theme-chalk/{form/index.scss → form.scss} +1 -1
- package/theme-chalk/icon/fonts.scss +9 -9
- package/theme-chalk/icon/index.scss +1 -1
- package/theme-chalk/icon/scss/_animated.scss +1 -0
- package/theme-chalk/icon/scss/_bordered-pulled.scss +1 -0
- package/theme-chalk/icon/scss/_core.scss +2 -0
- package/theme-chalk/icon/scss/_duotone-icons.scss +3 -4
- package/theme-chalk/icon/scss/_fixed-width.scss +1 -0
- package/theme-chalk/icon/scss/_functions.scss +2 -1
- package/theme-chalk/icon/scss/_icons.scss +3 -4
- package/theme-chalk/icon/scss/_list.scss +1 -0
- package/theme-chalk/icon/scss/_mixins.scss +10 -7
- package/theme-chalk/icon/scss/_rotated-flipped.scss +1 -0
- package/theme-chalk/icon/scss/_screen-reader.scss +2 -0
- package/theme-chalk/icon/scss/_shims.scss +292 -290
- package/theme-chalk/icon/scss/_sizing.scss +2 -0
- package/theme-chalk/icon/scss/_stacked.scss +1 -0
- package/theme-chalk/icon/scss/brands.scss +8 -6
- package/theme-chalk/icon/scss/duotone.scss +6 -5
- package/theme-chalk/icon/scss/fontawesome.scss +13 -13
- package/theme-chalk/icon/scss/index.scss +12 -15
- package/theme-chalk/icon/scss/light.scss +3 -2
- package/theme-chalk/icon/scss/regular.scss +3 -2
- package/theme-chalk/icon/scss/solid.scss +3 -2
- package/theme-chalk/icon/scss/thin.scss +3 -2
- package/theme-chalk/icon/scss/{_variables.scss → variables.scss} +2 -0
- package/theme-chalk/index.scss +63 -57
- package/theme-chalk/input/_mixins.scss +1 -1
- package/theme-chalk/input/index.scss +2 -3
- package/theme-chalk/input/input-range.scss +2 -1
- package/theme-chalk/input/input.scss +2 -1
- package/theme-chalk/{input-number/index.scss → input-number.scss} +4 -4
- package/theme-chalk/{link/index.scss → link.scss} +1 -1
- package/theme-chalk/{loading/index.scss → loading.scss} +1 -1
- package/theme-chalk/{message-box/index.scss → message-box.scss} +1 -1
- package/theme-chalk/{message/index.scss → message.scss} +2 -1
- package/theme-chalk/mixins/_button.scss +224 -0
- package/theme-chalk/mixins/_col.scss +33 -0
- package/theme-chalk/mixins/_var.scss +67 -0
- package/theme-chalk/{common/_var.scss → mixins/config.scss} +5 -6
- package/theme-chalk/mixins/function.scss +99 -0
- package/theme-chalk/mixins/mixins.scss +240 -0
- package/theme-chalk/mixins/utils.scss +39 -0
- package/theme-chalk/{notification/index.scss → notification.scss} +2 -1
- package/theme-chalk/pagination.scss +303 -0
- package/theme-chalk/{popconfirm/index.scss → popconfirm.scss} +1 -1
- package/theme-chalk/{popover/index.scss → popover.scss} +1 -1
- package/theme-chalk/popper.scss +104 -0
- package/theme-chalk/{popper/index.scss → popper.scss--bak} +1 -1
- package/theme-chalk/{progress/index.scss → progress.scss} +1 -1
- package/theme-chalk/radio-button.scss +169 -0
- package/theme-chalk/{radio/radio-button.scss → radio-button.scss--bak} +1 -1
- package/theme-chalk/{radio-group/index.scss → radio-group.scss} +1 -10
- package/theme-chalk/{radio/radio.scss → radio.scss} +1 -1
- package/theme-chalk/{row/index.scss → row.scss} +1 -1
- package/theme-chalk/{scrollbar/index.scss → scrollbar.scss} +1 -1
- package/theme-chalk/select/index.scss +1 -1
- package/theme-chalk/{skeleton/index.scss → skeleton.scss} +1 -1
- package/theme-chalk/switch.scss +300 -0
- package/theme-chalk/{switch/index.scss → switch.scss--bak} +1 -1
- package/theme-chalk/{table/index.scss → table.scss} +1 -1
- package/theme-chalk/{tabs/index.scss → tabs.scss} +1 -1
- package/theme-chalk/{tag/index.scss → tag.scss} +1 -1
- package/theme-chalk/{time-line/_timeline.scss → time-line.scss} +1 -1
- package/theme-chalk/{time-picker/index.scss → time-picker.scss} +1 -1
- package/theme-chalk/{date-time-picker/time-range-picker.scss → time-range-picker.scss} +1 -1
- package/theme-chalk/{time-line/_timeline-item.scss → timeline-item.scss} +1 -1
- package/theme-chalk/{tooltip/index.scss → tooltip.scss} +1 -1
- package/theme-chalk/{transfer/index.scss → transfer.scss} +1 -1
- package/theme-chalk/{transition/index.scss → transition.scss} +1 -1
- package/theme-chalk/tree/_directory.scss +1 -1
- package/theme-chalk/tree/_tree.scss +1 -1
- package/theme-chalk/tree/index.scss +2 -2
- package/theme-chalk/{tree-select/index.scss → tree-select.scss} +1 -1
- package/theme-chalk/{upload/index.scss → upload.scss} +1 -1
- package/theme-chalk/var.scss +83 -0
- package/theme-chalk/cascader/index.scss +0 -2
- package/theme-chalk/common/index.ts +0 -1
- package/theme-chalk/date-time-picker/index.scss +0 -3
- package/theme-chalk/descriptions/index.scss +0 -2
- package/theme-chalk/icon/scss/v4-shims.scss +0 -3
- package/theme-chalk/pagination/index.scss +0 -303
- package/theme-chalk/placeholder/index.scss +0 -120
- package/theme-chalk/radio/index.scss +0 -2
- package/theme-chalk/time-line/index.scss +0 -2
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
@use 'sass:string';
|
|
2
|
+
@use 'variables' as *;
|
|
1
3
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-glass:before {
|
|
2
|
-
content: unquote('"#{ $fa-var-martini-glass-empty }"');
|
|
4
|
+
content: string.unquote('"#{ $fa-var-martini-glass-empty }"');
|
|
3
5
|
}
|
|
4
6
|
|
|
5
7
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-o {
|
|
@@ -7,7 +9,7 @@
|
|
|
7
9
|
font-weight: 400;
|
|
8
10
|
}
|
|
9
11
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-o:before {
|
|
10
|
-
content: unquote('"#{ $fa-var-envelope }"');
|
|
12
|
+
content: string.unquote('"#{ $fa-var-envelope }"');
|
|
11
13
|
}
|
|
12
14
|
|
|
13
15
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-star-o {
|
|
@@ -15,19 +17,19 @@
|
|
|
15
17
|
font-weight: 400;
|
|
16
18
|
}
|
|
17
19
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-star-o:before {
|
|
18
|
-
content: unquote('"#{ $fa-var-star }"');
|
|
20
|
+
content: string.unquote('"#{ $fa-var-star }"');
|
|
19
21
|
}
|
|
20
22
|
|
|
21
23
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-remove:before {
|
|
22
|
-
content: unquote('"#{ $fa-var-xmark }"');
|
|
24
|
+
content: string.unquote('"#{ $fa-var-xmark }"');
|
|
23
25
|
}
|
|
24
26
|
|
|
25
27
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-close:before {
|
|
26
|
-
content: unquote('"#{ $fa-var-xmark }"');
|
|
28
|
+
content: string.unquote('"#{ $fa-var-xmark }"');
|
|
27
29
|
}
|
|
28
30
|
|
|
29
31
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-gear:before {
|
|
30
|
-
content: unquote('"#{ $fa-var-gear }"');
|
|
32
|
+
content: string.unquote('"#{ $fa-var-gear }"');
|
|
31
33
|
}
|
|
32
34
|
|
|
33
35
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-trash-o {
|
|
@@ -35,11 +37,11 @@
|
|
|
35
37
|
font-weight: 400;
|
|
36
38
|
}
|
|
37
39
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-trash-o:before {
|
|
38
|
-
content: unquote('"#{ $fa-var-trash-can }"');
|
|
40
|
+
content: string.unquote('"#{ $fa-var-trash-can }"');
|
|
39
41
|
}
|
|
40
42
|
|
|
41
43
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-home:before {
|
|
42
|
-
content: unquote('"#{ $fa-var-house }"');
|
|
44
|
+
content: string.unquote('"#{ $fa-var-house }"');
|
|
43
45
|
}
|
|
44
46
|
|
|
45
47
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-o {
|
|
@@ -47,7 +49,7 @@
|
|
|
47
49
|
font-weight: 400;
|
|
48
50
|
}
|
|
49
51
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-o:before {
|
|
50
|
-
content: unquote('"#{ $fa-var-file }"');
|
|
52
|
+
content: string.unquote('"#{ $fa-var-file }"');
|
|
51
53
|
}
|
|
52
54
|
|
|
53
55
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-clock-o {
|
|
@@ -55,7 +57,7 @@
|
|
|
55
57
|
font-weight: 400;
|
|
56
58
|
}
|
|
57
59
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-clock-o:before {
|
|
58
|
-
content: unquote('"#{ $fa-var-clock }"');
|
|
60
|
+
content: string.unquote('"#{ $fa-var-clock }"');
|
|
59
61
|
}
|
|
60
62
|
|
|
61
63
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-down {
|
|
@@ -63,7 +65,7 @@
|
|
|
63
65
|
font-weight: 400;
|
|
64
66
|
}
|
|
65
67
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-down:before {
|
|
66
|
-
content: unquote('"#{ $fa-var-circle-down }"');
|
|
68
|
+
content: string.unquote('"#{ $fa-var-circle-down }"');
|
|
67
69
|
}
|
|
68
70
|
|
|
69
71
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-up {
|
|
@@ -71,7 +73,7 @@
|
|
|
71
73
|
font-weight: 400;
|
|
72
74
|
}
|
|
73
75
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-up:before {
|
|
74
|
-
content: unquote('"#{ $fa-var-circle-up }"');
|
|
76
|
+
content: string.unquote('"#{ $fa-var-circle-up }"');
|
|
75
77
|
}
|
|
76
78
|
|
|
77
79
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-play-circle-o {
|
|
@@ -79,19 +81,19 @@
|
|
|
79
81
|
font-weight: 400;
|
|
80
82
|
}
|
|
81
83
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-play-circle-o:before {
|
|
82
|
-
content: unquote('"#{ $fa-var-circle-play }"');
|
|
84
|
+
content: string.unquote('"#{ $fa-var-circle-play }"');
|
|
83
85
|
}
|
|
84
86
|
|
|
85
87
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-repeat:before {
|
|
86
|
-
content: unquote('"#{ $fa-var-arrow-rotate-right }"');
|
|
88
|
+
content: string.unquote('"#{ $fa-var-arrow-rotate-right }"');
|
|
87
89
|
}
|
|
88
90
|
|
|
89
91
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-rotate-right:before {
|
|
90
|
-
content: unquote('"#{ $fa-var-arrow-rotate-right }"');
|
|
92
|
+
content: string.unquote('"#{ $fa-var-arrow-rotate-right }"');
|
|
91
93
|
}
|
|
92
94
|
|
|
93
95
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-refresh:before {
|
|
94
|
-
content: unquote('"#{ $fa-var-arrows-rotate }"');
|
|
96
|
+
content: string.unquote('"#{ $fa-var-arrows-rotate }"');
|
|
95
97
|
}
|
|
96
98
|
|
|
97
99
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-list-alt {
|
|
@@ -99,15 +101,15 @@
|
|
|
99
101
|
font-weight: 400;
|
|
100
102
|
}
|
|
101
103
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-list-alt:before {
|
|
102
|
-
content: unquote('"#{ $fa-var-rectangle-list }"');
|
|
104
|
+
content: string.unquote('"#{ $fa-var-rectangle-list }"');
|
|
103
105
|
}
|
|
104
106
|
|
|
105
107
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-dedent:before {
|
|
106
|
-
content: unquote('"#{ $fa-var-outdent }"');
|
|
108
|
+
content: string.unquote('"#{ $fa-var-outdent }"');
|
|
107
109
|
}
|
|
108
110
|
|
|
109
111
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-video-camera:before {
|
|
110
|
-
content: unquote('"#{ $fa-var-video }"');
|
|
112
|
+
content: string.unquote('"#{ $fa-var-video }"');
|
|
111
113
|
}
|
|
112
114
|
|
|
113
115
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-picture-o {
|
|
@@ -115,7 +117,7 @@
|
|
|
115
117
|
font-weight: 400;
|
|
116
118
|
}
|
|
117
119
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-picture-o:before {
|
|
118
|
-
content: unquote('"#{ $fa-var-image }"');
|
|
120
|
+
content: string.unquote('"#{ $fa-var-image }"');
|
|
119
121
|
}
|
|
120
122
|
|
|
121
123
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-photo {
|
|
@@ -123,7 +125,7 @@
|
|
|
123
125
|
font-weight: 400;
|
|
124
126
|
}
|
|
125
127
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-photo:before {
|
|
126
|
-
content: unquote('"#{ $fa-var-image }"');
|
|
128
|
+
content: string.unquote('"#{ $fa-var-image }"');
|
|
127
129
|
}
|
|
128
130
|
|
|
129
131
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-image {
|
|
@@ -131,11 +133,11 @@
|
|
|
131
133
|
font-weight: 400;
|
|
132
134
|
}
|
|
133
135
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-image:before {
|
|
134
|
-
content: unquote('"#{ $fa-var-image }"');
|
|
136
|
+
content: string.unquote('"#{ $fa-var-image }"');
|
|
135
137
|
}
|
|
136
138
|
|
|
137
139
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-map-marker:before {
|
|
138
|
-
content: unquote('"#{ $fa-var-location-dot }"');
|
|
140
|
+
content: string.unquote('"#{ $fa-var-location-dot }"');
|
|
139
141
|
}
|
|
140
142
|
|
|
141
143
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square-o {
|
|
@@ -143,7 +145,7 @@
|
|
|
143
145
|
font-weight: 400;
|
|
144
146
|
}
|
|
145
147
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square-o:before {
|
|
146
|
-
content: unquote('"#{ $fa-var-pen-to-square }"');
|
|
148
|
+
content: string.unquote('"#{ $fa-var-pen-to-square }"');
|
|
147
149
|
}
|
|
148
150
|
|
|
149
151
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-edit {
|
|
@@ -151,11 +153,11 @@
|
|
|
151
153
|
font-weight: 400;
|
|
152
154
|
}
|
|
153
155
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-edit:before {
|
|
154
|
-
content: unquote('"#{ $fa-var-pen-to-square }"');
|
|
156
|
+
content: string.unquote('"#{ $fa-var-pen-to-square }"');
|
|
155
157
|
}
|
|
156
158
|
|
|
157
159
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-share-square-o:before {
|
|
158
|
-
content: unquote('"#{ $fa-var-share-from-square }"');
|
|
160
|
+
content: string.unquote('"#{ $fa-var-share-from-square }"');
|
|
159
161
|
}
|
|
160
162
|
|
|
161
163
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-check-square-o {
|
|
@@ -163,11 +165,11 @@
|
|
|
163
165
|
font-weight: 400;
|
|
164
166
|
}
|
|
165
167
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-check-square-o:before {
|
|
166
|
-
content: unquote('"#{ $fa-var-square-check }"');
|
|
168
|
+
content: string.unquote('"#{ $fa-var-square-check }"');
|
|
167
169
|
}
|
|
168
170
|
|
|
169
171
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows:before {
|
|
170
|
-
content: unquote('"#{ $fa-var-up-down-left-right }"');
|
|
172
|
+
content: string.unquote('"#{ $fa-var-up-down-left-right }"');
|
|
171
173
|
}
|
|
172
174
|
|
|
173
175
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-times-circle-o {
|
|
@@ -175,7 +177,7 @@
|
|
|
175
177
|
font-weight: 400;
|
|
176
178
|
}
|
|
177
179
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-times-circle-o:before {
|
|
178
|
-
content: unquote('"#{ $fa-var-circle-xmark }"');
|
|
180
|
+
content: string.unquote('"#{ $fa-var-circle-xmark }"');
|
|
179
181
|
}
|
|
180
182
|
|
|
181
183
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-check-circle-o {
|
|
@@ -183,19 +185,19 @@
|
|
|
183
185
|
font-weight: 400;
|
|
184
186
|
}
|
|
185
187
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-check-circle-o:before {
|
|
186
|
-
content: unquote('"#{ $fa-var-circle-check }"');
|
|
188
|
+
content: string.unquote('"#{ $fa-var-circle-check }"');
|
|
187
189
|
}
|
|
188
190
|
|
|
189
191
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-mail-forward:before {
|
|
190
|
-
content: unquote('"#{ $fa-var-share }"');
|
|
192
|
+
content: string.unquote('"#{ $fa-var-share }"');
|
|
191
193
|
}
|
|
192
194
|
|
|
193
195
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-expand:before {
|
|
194
|
-
content: unquote('"#{ $fa-var-up-right-and-down-left-from-center }"');
|
|
196
|
+
content: string.unquote('"#{ $fa-var-up-right-and-down-left-from-center }"');
|
|
195
197
|
}
|
|
196
198
|
|
|
197
199
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-compress:before {
|
|
198
|
-
content: unquote('"#{ $fa-var-down-left-and-up-right-to-center }"');
|
|
200
|
+
content: string.unquote('"#{ $fa-var-down-left-and-up-right-to-center }"');
|
|
199
201
|
}
|
|
200
202
|
|
|
201
203
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-eye {
|
|
@@ -209,27 +211,27 @@
|
|
|
209
211
|
}
|
|
210
212
|
|
|
211
213
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-warning:before {
|
|
212
|
-
content: unquote('"#{ $fa-var-triangle-exclamation }"');
|
|
214
|
+
content: string.unquote('"#{ $fa-var-triangle-exclamation }"');
|
|
213
215
|
}
|
|
214
216
|
|
|
215
217
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar:before {
|
|
216
|
-
content: unquote('"#{ $fa-var-calendar-days }"');
|
|
218
|
+
content: string.unquote('"#{ $fa-var-calendar-days }"');
|
|
217
219
|
}
|
|
218
220
|
|
|
219
221
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-v:before {
|
|
220
|
-
content: unquote('"#{ $fa-var-up-down }"');
|
|
222
|
+
content: string.unquote('"#{ $fa-var-up-down }"');
|
|
221
223
|
}
|
|
222
224
|
|
|
223
225
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-h:before {
|
|
224
|
-
content: unquote('"#{ $fa-var-left-right }"');
|
|
226
|
+
content: string.unquote('"#{ $fa-var-left-right }"');
|
|
225
227
|
}
|
|
226
228
|
|
|
227
229
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart:before {
|
|
228
|
-
content: unquote('"#{ $fa-var-chart-column }"');
|
|
230
|
+
content: string.unquote('"#{ $fa-var-chart-column }"');
|
|
229
231
|
}
|
|
230
232
|
|
|
231
233
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart-o:before {
|
|
232
|
-
content: unquote('"#{ $fa-var-chart-column }"');
|
|
234
|
+
content: string.unquote('"#{ $fa-var-chart-column }"');
|
|
233
235
|
}
|
|
234
236
|
|
|
235
237
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-twitter-square {
|
|
@@ -243,7 +245,7 @@
|
|
|
243
245
|
}
|
|
244
246
|
|
|
245
247
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-gears:before {
|
|
246
|
-
content: unquote('"#{ $fa-var-gears }"');
|
|
248
|
+
content: string.unquote('"#{ $fa-var-gears }"');
|
|
247
249
|
}
|
|
248
250
|
|
|
249
251
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-up {
|
|
@@ -251,7 +253,7 @@
|
|
|
251
253
|
font-weight: 400;
|
|
252
254
|
}
|
|
253
255
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-up:before {
|
|
254
|
-
content: unquote('"#{ $fa-var-thumbs-up }"');
|
|
256
|
+
content: string.unquote('"#{ $fa-var-thumbs-up }"');
|
|
255
257
|
}
|
|
256
258
|
|
|
257
259
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-down {
|
|
@@ -259,7 +261,7 @@
|
|
|
259
261
|
font-weight: 400;
|
|
260
262
|
}
|
|
261
263
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-down:before {
|
|
262
|
-
content: unquote('"#{ $fa-var-thumbs-down }"');
|
|
264
|
+
content: string.unquote('"#{ $fa-var-thumbs-down }"');
|
|
263
265
|
}
|
|
264
266
|
|
|
265
267
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-heart-o {
|
|
@@ -267,11 +269,11 @@
|
|
|
267
269
|
font-weight: 400;
|
|
268
270
|
}
|
|
269
271
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-heart-o:before {
|
|
270
|
-
content: unquote('"#{ $fa-var-heart }"');
|
|
272
|
+
content: string.unquote('"#{ $fa-var-heart }"');
|
|
271
273
|
}
|
|
272
274
|
|
|
273
275
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-sign-out:before {
|
|
274
|
-
content: unquote('"#{ $fa-var-right-from-bracket }"');
|
|
276
|
+
content: string.unquote('"#{ $fa-var-right-from-bracket }"');
|
|
275
277
|
}
|
|
276
278
|
|
|
277
279
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin-square {
|
|
@@ -279,19 +281,19 @@
|
|
|
279
281
|
font-weight: 400;
|
|
280
282
|
}
|
|
281
283
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin-square:before {
|
|
282
|
-
content: unquote('"#{ $fa-var-linkedin }"');
|
|
284
|
+
content: string.unquote('"#{ $fa-var-linkedin }"');
|
|
283
285
|
}
|
|
284
286
|
|
|
285
287
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-thumb-tack:before {
|
|
286
|
-
content: unquote('"#{ $fa-var-thumbtack }"');
|
|
288
|
+
content: string.unquote('"#{ $fa-var-thumbtack }"');
|
|
287
289
|
}
|
|
288
290
|
|
|
289
291
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-external-link:before {
|
|
290
|
-
content: unquote('"#{ $fa-var-up-right-from-square }"');
|
|
292
|
+
content: string.unquote('"#{ $fa-var-up-right-from-square }"');
|
|
291
293
|
}
|
|
292
294
|
|
|
293
295
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-sign-in:before {
|
|
294
|
-
content: unquote('"#{ $fa-var-right-to-bracket }"');
|
|
296
|
+
content: string.unquote('"#{ $fa-var-right-to-bracket }"');
|
|
295
297
|
}
|
|
296
298
|
|
|
297
299
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-github-square {
|
|
@@ -304,7 +306,7 @@
|
|
|
304
306
|
font-weight: 400;
|
|
305
307
|
}
|
|
306
308
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-lemon-o:before {
|
|
307
|
-
content: unquote('"#{ $fa-var-lemon }"');
|
|
309
|
+
content: string.unquote('"#{ $fa-var-lemon }"');
|
|
308
310
|
}
|
|
309
311
|
|
|
310
312
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-square-o {
|
|
@@ -312,7 +314,7 @@
|
|
|
312
314
|
font-weight: 400;
|
|
313
315
|
}
|
|
314
316
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-square-o:before {
|
|
315
|
-
content: unquote('"#{ $fa-var-square }"');
|
|
317
|
+
content: string.unquote('"#{ $fa-var-square }"');
|
|
316
318
|
}
|
|
317
319
|
|
|
318
320
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-bookmark-o {
|
|
@@ -320,7 +322,7 @@
|
|
|
320
322
|
font-weight: 400;
|
|
321
323
|
}
|
|
322
324
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-bookmark-o:before {
|
|
323
|
-
content: unquote('"#{ $fa-var-bookmark }"');
|
|
325
|
+
content: string.unquote('"#{ $fa-var-bookmark }"');
|
|
324
326
|
}
|
|
325
327
|
|
|
326
328
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-twitter {
|
|
@@ -333,7 +335,7 @@
|
|
|
333
335
|
font-weight: 400;
|
|
334
336
|
}
|
|
335
337
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook:before {
|
|
336
|
-
content: unquote('"#{ $fa-var-facebook-f }"');
|
|
338
|
+
content: string.unquote('"#{ $fa-var-facebook-f }"');
|
|
337
339
|
}
|
|
338
340
|
|
|
339
341
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-f {
|
|
@@ -341,7 +343,7 @@
|
|
|
341
343
|
font-weight: 400;
|
|
342
344
|
}
|
|
343
345
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-f:before {
|
|
344
|
-
content: unquote('"#{ $fa-var-facebook-f }"');
|
|
346
|
+
content: string.unquote('"#{ $fa-var-facebook-f }"');
|
|
345
347
|
}
|
|
346
348
|
|
|
347
349
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-github {
|
|
@@ -355,7 +357,7 @@
|
|
|
355
357
|
}
|
|
356
358
|
|
|
357
359
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-feed:before {
|
|
358
|
-
content: unquote('"#{ $fa-var-rss }"');
|
|
360
|
+
content: string.unquote('"#{ $fa-var-rss }"');
|
|
359
361
|
}
|
|
360
362
|
|
|
361
363
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hdd-o {
|
|
@@ -363,7 +365,7 @@
|
|
|
363
365
|
font-weight: 400;
|
|
364
366
|
}
|
|
365
367
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hdd-o:before {
|
|
366
|
-
content: unquote('"#{ $fa-var-hard-drive }"');
|
|
368
|
+
content: string.unquote('"#{ $fa-var-hard-drive }"');
|
|
367
369
|
}
|
|
368
370
|
|
|
369
371
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-right {
|
|
@@ -371,7 +373,7 @@
|
|
|
371
373
|
font-weight: 400;
|
|
372
374
|
}
|
|
373
375
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-right:before {
|
|
374
|
-
content: unquote('"#{ $fa-var-hand-point-right }"');
|
|
376
|
+
content: string.unquote('"#{ $fa-var-hand-point-right }"');
|
|
375
377
|
}
|
|
376
378
|
|
|
377
379
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-left {
|
|
@@ -379,7 +381,7 @@
|
|
|
379
381
|
font-weight: 400;
|
|
380
382
|
}
|
|
381
383
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-left:before {
|
|
382
|
-
content: unquote('"#{ $fa-var-hand-point-left }"');
|
|
384
|
+
content: string.unquote('"#{ $fa-var-hand-point-left }"');
|
|
383
385
|
}
|
|
384
386
|
|
|
385
387
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-up {
|
|
@@ -387,7 +389,7 @@
|
|
|
387
389
|
font-weight: 400;
|
|
388
390
|
}
|
|
389
391
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-up:before {
|
|
390
|
-
content: unquote('"#{ $fa-var-hand-point-up }"');
|
|
392
|
+
content: string.unquote('"#{ $fa-var-hand-point-up }"');
|
|
391
393
|
}
|
|
392
394
|
|
|
393
395
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-down {
|
|
@@ -395,31 +397,31 @@
|
|
|
395
397
|
font-weight: 400;
|
|
396
398
|
}
|
|
397
399
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-down:before {
|
|
398
|
-
content: unquote('"#{ $fa-var-hand-point-down }"');
|
|
400
|
+
content: string.unquote('"#{ $fa-var-hand-point-down }"');
|
|
399
401
|
}
|
|
400
402
|
|
|
401
403
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-globe:before {
|
|
402
|
-
content: unquote('"#{ $fa-var-earth-americas }"');
|
|
404
|
+
content: string.unquote('"#{ $fa-var-earth-americas }"');
|
|
403
405
|
}
|
|
404
406
|
|
|
405
407
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-tasks:before {
|
|
406
|
-
content: unquote('"#{ $fa-var-bars-progress }"');
|
|
408
|
+
content: string.unquote('"#{ $fa-var-bars-progress }"');
|
|
407
409
|
}
|
|
408
410
|
|
|
409
411
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-alt:before {
|
|
410
|
-
content: unquote('"#{ $fa-var-maximize }"');
|
|
412
|
+
content: string.unquote('"#{ $fa-var-maximize }"');
|
|
411
413
|
}
|
|
412
414
|
|
|
413
415
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-group:before {
|
|
414
|
-
content: unquote('"#{ $fa-var-users }"');
|
|
416
|
+
content: string.unquote('"#{ $fa-var-users }"');
|
|
415
417
|
}
|
|
416
418
|
|
|
417
419
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-chain:before {
|
|
418
|
-
content: unquote('"#{ $fa-var-link }"');
|
|
420
|
+
content: string.unquote('"#{ $fa-var-link }"');
|
|
419
421
|
}
|
|
420
422
|
|
|
421
423
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-cut:before {
|
|
422
|
-
content: unquote('"#{ $fa-var-scissors }"');
|
|
424
|
+
content: string.unquote('"#{ $fa-var-scissors }"');
|
|
423
425
|
}
|
|
424
426
|
|
|
425
427
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-files-o {
|
|
@@ -427,7 +429,7 @@
|
|
|
427
429
|
font-weight: 400;
|
|
428
430
|
}
|
|
429
431
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-files-o:before {
|
|
430
|
-
content: unquote('"#{ $fa-var-copy }"');
|
|
432
|
+
content: string.unquote('"#{ $fa-var-copy }"');
|
|
431
433
|
}
|
|
432
434
|
|
|
433
435
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-floppy-o {
|
|
@@ -435,7 +437,7 @@
|
|
|
435
437
|
font-weight: 400;
|
|
436
438
|
}
|
|
437
439
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-floppy-o:before {
|
|
438
|
-
content: unquote('"#{ $fa-var-floppy-disk }"');
|
|
440
|
+
content: string.unquote('"#{ $fa-var-floppy-disk }"');
|
|
439
441
|
}
|
|
440
442
|
|
|
441
443
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-save {
|
|
@@ -443,19 +445,19 @@
|
|
|
443
445
|
font-weight: 400;
|
|
444
446
|
}
|
|
445
447
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-save:before {
|
|
446
|
-
content: unquote('"#{ $fa-var-floppy-disk }"');
|
|
448
|
+
content: string.unquote('"#{ $fa-var-floppy-disk }"');
|
|
447
449
|
}
|
|
448
450
|
|
|
449
451
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-navicon:before {
|
|
450
|
-
content: unquote('"#{ $fa-var-bars }"');
|
|
452
|
+
content: string.unquote('"#{ $fa-var-bars }"');
|
|
451
453
|
}
|
|
452
454
|
|
|
453
455
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-reorder:before {
|
|
454
|
-
content: unquote('"#{ $fa-var-bars }"');
|
|
456
|
+
content: string.unquote('"#{ $fa-var-bars }"');
|
|
455
457
|
}
|
|
456
458
|
|
|
457
459
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-magic:before {
|
|
458
|
-
content: unquote('"#{ $fa-var-wand-magic-sparkles }"');
|
|
460
|
+
content: string.unquote('"#{ $fa-var-wand-magic-sparkles }"');
|
|
459
461
|
}
|
|
460
462
|
|
|
461
463
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest {
|
|
@@ -478,23 +480,23 @@
|
|
|
478
480
|
font-weight: 400;
|
|
479
481
|
}
|
|
480
482
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus:before {
|
|
481
|
-
content: unquote('"#{ $fa-var-google-plus-g }"');
|
|
483
|
+
content: string.unquote('"#{ $fa-var-google-plus-g }"');
|
|
482
484
|
}
|
|
483
485
|
|
|
484
486
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-money:before {
|
|
485
|
-
content: unquote('"#{ $fa-var-money-bill-1 }"');
|
|
487
|
+
content: string.unquote('"#{ $fa-var-money-bill-1 }"');
|
|
486
488
|
}
|
|
487
489
|
|
|
488
490
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-unsorted:before {
|
|
489
|
-
content: unquote('"#{ $fa-var-sort }"');
|
|
491
|
+
content: string.unquote('"#{ $fa-var-sort }"');
|
|
490
492
|
}
|
|
491
493
|
|
|
492
494
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-desc:before {
|
|
493
|
-
content: unquote('"#{ $fa-var-sort-down }"');
|
|
495
|
+
content: string.unquote('"#{ $fa-var-sort-down }"');
|
|
494
496
|
}
|
|
495
497
|
|
|
496
498
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-asc:before {
|
|
497
|
-
content: unquote('"#{ $fa-var-sort-up }"');
|
|
499
|
+
content: string.unquote('"#{ $fa-var-sort-up }"');
|
|
498
500
|
}
|
|
499
501
|
|
|
500
502
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin {
|
|
@@ -502,23 +504,23 @@
|
|
|
502
504
|
font-weight: 400;
|
|
503
505
|
}
|
|
504
506
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin:before {
|
|
505
|
-
content: unquote('"#{ $fa-var-linkedin-in }"');
|
|
507
|
+
content: string.unquote('"#{ $fa-var-linkedin-in }"');
|
|
506
508
|
}
|
|
507
509
|
|
|
508
510
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-rotate-left:before {
|
|
509
|
-
content: unquote('"#{ $fa-var-arrow-rotate-left }"');
|
|
511
|
+
content: string.unquote('"#{ $fa-var-arrow-rotate-left }"');
|
|
510
512
|
}
|
|
511
513
|
|
|
512
514
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-legal:before {
|
|
513
|
-
content: unquote('"#{ $fa-var-gavel }"');
|
|
515
|
+
content: string.unquote('"#{ $fa-var-gavel }"');
|
|
514
516
|
}
|
|
515
517
|
|
|
516
518
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-tachometer:before {
|
|
517
|
-
content: unquote('"#{ $fa-var-gauge-high }"');
|
|
519
|
+
content: string.unquote('"#{ $fa-var-gauge-high }"');
|
|
518
520
|
}
|
|
519
521
|
|
|
520
522
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-dashboard:before {
|
|
521
|
-
content: unquote('"#{ $fa-var-gauge-high }"');
|
|
523
|
+
content: string.unquote('"#{ $fa-var-gauge-high }"');
|
|
522
524
|
}
|
|
523
525
|
|
|
524
526
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-comment-o {
|
|
@@ -526,7 +528,7 @@
|
|
|
526
528
|
font-weight: 400;
|
|
527
529
|
}
|
|
528
530
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-comment-o:before {
|
|
529
|
-
content: unquote('"#{ $fa-var-comment }"');
|
|
531
|
+
content: string.unquote('"#{ $fa-var-comment }"');
|
|
530
532
|
}
|
|
531
533
|
|
|
532
534
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-comments-o {
|
|
@@ -534,15 +536,15 @@
|
|
|
534
536
|
font-weight: 400;
|
|
535
537
|
}
|
|
536
538
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-comments-o:before {
|
|
537
|
-
content: unquote('"#{ $fa-var-comments }"');
|
|
539
|
+
content: string.unquote('"#{ $fa-var-comments }"');
|
|
538
540
|
}
|
|
539
541
|
|
|
540
542
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-flash:before {
|
|
541
|
-
content: unquote('"#{ $fa-var-bolt }"');
|
|
543
|
+
content: string.unquote('"#{ $fa-var-bolt }"');
|
|
542
544
|
}
|
|
543
545
|
|
|
544
546
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-clipboard:before {
|
|
545
|
-
content: unquote('"#{ $fa-var-paste }"');
|
|
547
|
+
content: string.unquote('"#{ $fa-var-paste }"');
|
|
546
548
|
}
|
|
547
549
|
|
|
548
550
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-lightbulb-o {
|
|
@@ -550,19 +552,19 @@
|
|
|
550
552
|
font-weight: 400;
|
|
551
553
|
}
|
|
552
554
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-lightbulb-o:before {
|
|
553
|
-
content: unquote('"#{ $fa-var-lightbulb }"');
|
|
555
|
+
content: string.unquote('"#{ $fa-var-lightbulb }"');
|
|
554
556
|
}
|
|
555
557
|
|
|
556
558
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-exchange:before {
|
|
557
|
-
content: unquote('"#{ $fa-var-right-left }"');
|
|
559
|
+
content: string.unquote('"#{ $fa-var-right-left }"');
|
|
558
560
|
}
|
|
559
561
|
|
|
560
562
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-cloud-download:before {
|
|
561
|
-
content: unquote('"#{ $fa-var-cloud-arrow-down }"');
|
|
563
|
+
content: string.unquote('"#{ $fa-var-cloud-arrow-down }"');
|
|
562
564
|
}
|
|
563
565
|
|
|
564
566
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-cloud-upload:before {
|
|
565
|
-
content: unquote('"#{ $fa-var-cloud-arrow-up }"');
|
|
567
|
+
content: string.unquote('"#{ $fa-var-cloud-arrow-up }"');
|
|
566
568
|
}
|
|
567
569
|
|
|
568
570
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-bell-o {
|
|
@@ -570,11 +572,11 @@
|
|
|
570
572
|
font-weight: 400;
|
|
571
573
|
}
|
|
572
574
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-bell-o:before {
|
|
573
|
-
content: unquote('"#{ $fa-var-bell }"');
|
|
575
|
+
content: string.unquote('"#{ $fa-var-bell }"');
|
|
574
576
|
}
|
|
575
577
|
|
|
576
578
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-cutlery:before {
|
|
577
|
-
content: unquote('"#{ $fa-var-utensils }"');
|
|
579
|
+
content: string.unquote('"#{ $fa-var-utensils }"');
|
|
578
580
|
}
|
|
579
581
|
|
|
580
582
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-text-o {
|
|
@@ -582,7 +584,7 @@
|
|
|
582
584
|
font-weight: 400;
|
|
583
585
|
}
|
|
584
586
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-text-o:before {
|
|
585
|
-
content: unquote('"#{ $fa-var-file-lines }"');
|
|
587
|
+
content: string.unquote('"#{ $fa-var-file-lines }"');
|
|
586
588
|
}
|
|
587
589
|
|
|
588
590
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-building-o {
|
|
@@ -590,7 +592,7 @@
|
|
|
590
592
|
font-weight: 400;
|
|
591
593
|
}
|
|
592
594
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-building-o:before {
|
|
593
|
-
content: unquote('"#{ $fa-var-building }"');
|
|
595
|
+
content: string.unquote('"#{ $fa-var-building }"');
|
|
594
596
|
}
|
|
595
597
|
|
|
596
598
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hospital-o {
|
|
@@ -598,19 +600,19 @@
|
|
|
598
600
|
font-weight: 400;
|
|
599
601
|
}
|
|
600
602
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hospital-o:before {
|
|
601
|
-
content: unquote('"#{ $fa-var-hospital }"');
|
|
603
|
+
content: string.unquote('"#{ $fa-var-hospital }"');
|
|
602
604
|
}
|
|
603
605
|
|
|
604
606
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-tablet:before {
|
|
605
|
-
content: unquote('"#{ $fa-var-tablet-screen-button }"');
|
|
607
|
+
content: string.unquote('"#{ $fa-var-tablet-screen-button }"');
|
|
606
608
|
}
|
|
607
609
|
|
|
608
610
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-mobile:before {
|
|
609
|
-
content: unquote('"#{ $fa-var-mobile-screen-button }"');
|
|
611
|
+
content: string.unquote('"#{ $fa-var-mobile-screen-button }"');
|
|
610
612
|
}
|
|
611
613
|
|
|
612
614
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-mobile-phone:before {
|
|
613
|
-
content: unquote('"#{ $fa-var-mobile-screen-button }"');
|
|
615
|
+
content: string.unquote('"#{ $fa-var-mobile-screen-button }"');
|
|
614
616
|
}
|
|
615
617
|
|
|
616
618
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o {
|
|
@@ -618,11 +620,11 @@
|
|
|
618
620
|
font-weight: 400;
|
|
619
621
|
}
|
|
620
622
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o:before {
|
|
621
|
-
content: unquote('"#{ $fa-var-circle }"');
|
|
623
|
+
content: string.unquote('"#{ $fa-var-circle }"');
|
|
622
624
|
}
|
|
623
625
|
|
|
624
626
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-mail-reply:before {
|
|
625
|
-
content: unquote('"#{ $fa-var-reply }"');
|
|
627
|
+
content: string.unquote('"#{ $fa-var-reply }"');
|
|
626
628
|
}
|
|
627
629
|
|
|
628
630
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-github-alt {
|
|
@@ -635,7 +637,7 @@
|
|
|
635
637
|
font-weight: 400;
|
|
636
638
|
}
|
|
637
639
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-folder-o:before {
|
|
638
|
-
content: unquote('"#{ $fa-var-folder }"');
|
|
640
|
+
content: string.unquote('"#{ $fa-var-folder }"');
|
|
639
641
|
}
|
|
640
642
|
|
|
641
643
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-folder-open-o {
|
|
@@ -643,7 +645,7 @@
|
|
|
643
645
|
font-weight: 400;
|
|
644
646
|
}
|
|
645
647
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-folder-open-o:before {
|
|
646
|
-
content: unquote('"#{ $fa-var-folder-open }"');
|
|
648
|
+
content: string.unquote('"#{ $fa-var-folder-open }"');
|
|
647
649
|
}
|
|
648
650
|
|
|
649
651
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-smile-o {
|
|
@@ -651,7 +653,7 @@
|
|
|
651
653
|
font-weight: 400;
|
|
652
654
|
}
|
|
653
655
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-smile-o:before {
|
|
654
|
-
content: unquote('"#{ $fa-var-face-smile }"');
|
|
656
|
+
content: string.unquote('"#{ $fa-var-face-smile }"');
|
|
655
657
|
}
|
|
656
658
|
|
|
657
659
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-frown-o {
|
|
@@ -659,7 +661,7 @@
|
|
|
659
661
|
font-weight: 400;
|
|
660
662
|
}
|
|
661
663
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-frown-o:before {
|
|
662
|
-
content: unquote('"#{ $fa-var-face-frown }"');
|
|
664
|
+
content: string.unquote('"#{ $fa-var-face-frown }"');
|
|
663
665
|
}
|
|
664
666
|
|
|
665
667
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-meh-o {
|
|
@@ -667,7 +669,7 @@
|
|
|
667
669
|
font-weight: 400;
|
|
668
670
|
}
|
|
669
671
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-meh-o:before {
|
|
670
|
-
content: unquote('"#{ $fa-var-face-meh }"');
|
|
672
|
+
content: string.unquote('"#{ $fa-var-face-meh }"');
|
|
671
673
|
}
|
|
672
674
|
|
|
673
675
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-keyboard-o {
|
|
@@ -675,7 +677,7 @@
|
|
|
675
677
|
font-weight: 400;
|
|
676
678
|
}
|
|
677
679
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-keyboard-o:before {
|
|
678
|
-
content: unquote('"#{ $fa-var-keyboard }"');
|
|
680
|
+
content: string.unquote('"#{ $fa-var-keyboard }"');
|
|
679
681
|
}
|
|
680
682
|
|
|
681
683
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-flag-o {
|
|
@@ -683,11 +685,11 @@
|
|
|
683
685
|
font-weight: 400;
|
|
684
686
|
}
|
|
685
687
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-flag-o:before {
|
|
686
|
-
content: unquote('"#{ $fa-var-flag }"');
|
|
688
|
+
content: string.unquote('"#{ $fa-var-flag }"');
|
|
687
689
|
}
|
|
688
690
|
|
|
689
691
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-mail-reply-all:before {
|
|
690
|
-
content: unquote('"#{ $fa-var-reply-all }"');
|
|
692
|
+
content: string.unquote('"#{ $fa-var-reply-all }"');
|
|
691
693
|
}
|
|
692
694
|
|
|
693
695
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-o {
|
|
@@ -695,7 +697,7 @@
|
|
|
695
697
|
font-weight: 400;
|
|
696
698
|
}
|
|
697
699
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-o:before {
|
|
698
|
-
content: unquote('"#{ $fa-var-star-half-stroke }"');
|
|
700
|
+
content: string.unquote('"#{ $fa-var-star-half-stroke }"');
|
|
699
701
|
}
|
|
700
702
|
|
|
701
703
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-empty {
|
|
@@ -703,7 +705,7 @@
|
|
|
703
705
|
font-weight: 400;
|
|
704
706
|
}
|
|
705
707
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-empty:before {
|
|
706
|
-
content: unquote('"#{ $fa-var-star-half-stroke }"');
|
|
708
|
+
content: string.unquote('"#{ $fa-var-star-half-stroke }"');
|
|
707
709
|
}
|
|
708
710
|
|
|
709
711
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-full {
|
|
@@ -711,19 +713,19 @@
|
|
|
711
713
|
font-weight: 400;
|
|
712
714
|
}
|
|
713
715
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-full:before {
|
|
714
|
-
content: unquote('"#{ $fa-var-star-half-stroke }"');
|
|
716
|
+
content: string.unquote('"#{ $fa-var-star-half-stroke }"');
|
|
715
717
|
}
|
|
716
718
|
|
|
717
719
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-code-fork:before {
|
|
718
|
-
content: unquote('"#{ $fa-var-code-branch }"');
|
|
720
|
+
content: string.unquote('"#{ $fa-var-code-branch }"');
|
|
719
721
|
}
|
|
720
722
|
|
|
721
723
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-chain-broken:before {
|
|
722
|
-
content: unquote('"#{ $fa-var-link-slash }"');
|
|
724
|
+
content: string.unquote('"#{ $fa-var-link-slash }"');
|
|
723
725
|
}
|
|
724
726
|
|
|
725
727
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-unlink:before {
|
|
726
|
-
content: unquote('"#{ $fa-var-link-slash }"');
|
|
728
|
+
content: string.unquote('"#{ $fa-var-link-slash }"');
|
|
727
729
|
}
|
|
728
730
|
|
|
729
731
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-o {
|
|
@@ -731,7 +733,7 @@
|
|
|
731
733
|
font-weight: 400;
|
|
732
734
|
}
|
|
733
735
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-o:before {
|
|
734
|
-
content: unquote('"#{ $fa-var-calendar }"');
|
|
736
|
+
content: string.unquote('"#{ $fa-var-calendar }"');
|
|
735
737
|
}
|
|
736
738
|
|
|
737
739
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-maxcdn {
|
|
@@ -750,7 +752,7 @@
|
|
|
750
752
|
}
|
|
751
753
|
|
|
752
754
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-unlock-alt:before {
|
|
753
|
-
content: unquote('"#{ $fa-var-unlock }"');
|
|
755
|
+
content: string.unquote('"#{ $fa-var-unlock }"');
|
|
754
756
|
}
|
|
755
757
|
|
|
756
758
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-minus-square-o {
|
|
@@ -758,23 +760,23 @@
|
|
|
758
760
|
font-weight: 400;
|
|
759
761
|
}
|
|
760
762
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-minus-square-o:before {
|
|
761
|
-
content: unquote('"#{ $fa-var-square-minus }"');
|
|
763
|
+
content: string.unquote('"#{ $fa-var-square-minus }"');
|
|
762
764
|
}
|
|
763
765
|
|
|
764
766
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-level-up:before {
|
|
765
|
-
content: unquote('"#{ $fa-var-turn-up }"');
|
|
767
|
+
content: string.unquote('"#{ $fa-var-turn-up }"');
|
|
766
768
|
}
|
|
767
769
|
|
|
768
770
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-level-down:before {
|
|
769
|
-
content: unquote('"#{ $fa-var-turn-down }"');
|
|
771
|
+
content: string.unquote('"#{ $fa-var-turn-down }"');
|
|
770
772
|
}
|
|
771
773
|
|
|
772
774
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square:before {
|
|
773
|
-
content: unquote('"#{ $fa-var-square-pen }"');
|
|
775
|
+
content: string.unquote('"#{ $fa-var-square-pen }"');
|
|
774
776
|
}
|
|
775
777
|
|
|
776
778
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-external-link-square:before {
|
|
777
|
-
content: unquote('"#{ $fa-var-square-up-right }"');
|
|
779
|
+
content: string.unquote('"#{ $fa-var-square-up-right }"');
|
|
778
780
|
}
|
|
779
781
|
|
|
780
782
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-compass {
|
|
@@ -787,7 +789,7 @@
|
|
|
787
789
|
font-weight: 400;
|
|
788
790
|
}
|
|
789
791
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-down:before {
|
|
790
|
-
content: unquote('"#{ $fa-var-square-caret-down }"');
|
|
792
|
+
content: string.unquote('"#{ $fa-var-square-caret-down }"');
|
|
791
793
|
}
|
|
792
794
|
|
|
793
795
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-down {
|
|
@@ -795,7 +797,7 @@
|
|
|
795
797
|
font-weight: 400;
|
|
796
798
|
}
|
|
797
799
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-down:before {
|
|
798
|
-
content: unquote('"#{ $fa-var-square-caret-down }"');
|
|
800
|
+
content: string.unquote('"#{ $fa-var-square-caret-down }"');
|
|
799
801
|
}
|
|
800
802
|
|
|
801
803
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-up {
|
|
@@ -803,7 +805,7 @@
|
|
|
803
805
|
font-weight: 400;
|
|
804
806
|
}
|
|
805
807
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-up:before {
|
|
806
|
-
content: unquote('"#{ $fa-var-square-caret-up }"');
|
|
808
|
+
content: string.unquote('"#{ $fa-var-square-caret-up }"');
|
|
807
809
|
}
|
|
808
810
|
|
|
809
811
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-up {
|
|
@@ -811,7 +813,7 @@
|
|
|
811
813
|
font-weight: 400;
|
|
812
814
|
}
|
|
813
815
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-up:before {
|
|
814
|
-
content: unquote('"#{ $fa-var-square-caret-up }"');
|
|
816
|
+
content: string.unquote('"#{ $fa-var-square-caret-up }"');
|
|
815
817
|
}
|
|
816
818
|
|
|
817
819
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-right {
|
|
@@ -819,7 +821,7 @@
|
|
|
819
821
|
font-weight: 400;
|
|
820
822
|
}
|
|
821
823
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-right:before {
|
|
822
|
-
content: unquote('"#{ $fa-var-square-caret-right }"');
|
|
824
|
+
content: string.unquote('"#{ $fa-var-square-caret-right }"');
|
|
823
825
|
}
|
|
824
826
|
|
|
825
827
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-right {
|
|
@@ -827,71 +829,71 @@
|
|
|
827
829
|
font-weight: 400;
|
|
828
830
|
}
|
|
829
831
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-right:before {
|
|
830
|
-
content: unquote('"#{ $fa-var-square-caret-right }"');
|
|
832
|
+
content: string.unquote('"#{ $fa-var-square-caret-right }"');
|
|
831
833
|
}
|
|
832
834
|
|
|
833
835
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-eur:before {
|
|
834
|
-
content: unquote('"#{ $fa-var-euro-sign }"');
|
|
836
|
+
content: string.unquote('"#{ $fa-var-euro-sign }"');
|
|
835
837
|
}
|
|
836
838
|
|
|
837
839
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-euro:before {
|
|
838
|
-
content: unquote('"#{ $fa-var-euro-sign }"');
|
|
840
|
+
content: string.unquote('"#{ $fa-var-euro-sign }"');
|
|
839
841
|
}
|
|
840
842
|
|
|
841
843
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-gbp:before {
|
|
842
|
-
content: unquote('"#{ $fa-var-sterling-sign }"');
|
|
844
|
+
content: string.unquote('"#{ $fa-var-sterling-sign }"');
|
|
843
845
|
}
|
|
844
846
|
|
|
845
847
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-usd:before {
|
|
846
|
-
content: unquote('"#{ $fa-var-dollar-sign }"');
|
|
848
|
+
content: string.unquote('"#{ $fa-var-dollar-sign }"');
|
|
847
849
|
}
|
|
848
850
|
|
|
849
851
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-dollar:before {
|
|
850
|
-
content: unquote('"#{ $fa-var-dollar-sign }"');
|
|
852
|
+
content: string.unquote('"#{ $fa-var-dollar-sign }"');
|
|
851
853
|
}
|
|
852
854
|
|
|
853
855
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-inr:before {
|
|
854
|
-
content: unquote('"#{ $fa-var-indian-rupee-sign }"');
|
|
856
|
+
content: string.unquote('"#{ $fa-var-indian-rupee-sign }"');
|
|
855
857
|
}
|
|
856
858
|
|
|
857
859
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-rupee:before {
|
|
858
|
-
content: unquote('"#{ $fa-var-indian-rupee-sign }"');
|
|
860
|
+
content: string.unquote('"#{ $fa-var-indian-rupee-sign }"');
|
|
859
861
|
}
|
|
860
862
|
|
|
861
863
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-jpy:before {
|
|
862
|
-
content: unquote('"#{ $fa-var-yen-sign }"');
|
|
864
|
+
content: string.unquote('"#{ $fa-var-yen-sign }"');
|
|
863
865
|
}
|
|
864
866
|
|
|
865
867
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-cny:before {
|
|
866
|
-
content: unquote('"#{ $fa-var-yen-sign }"');
|
|
868
|
+
content: string.unquote('"#{ $fa-var-yen-sign }"');
|
|
867
869
|
}
|
|
868
870
|
|
|
869
871
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-rmb:before {
|
|
870
|
-
content: unquote('"#{ $fa-var-yen-sign }"');
|
|
872
|
+
content: string.unquote('"#{ $fa-var-yen-sign }"');
|
|
871
873
|
}
|
|
872
874
|
|
|
873
875
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-yen:before {
|
|
874
|
-
content: unquote('"#{ $fa-var-yen-sign }"');
|
|
876
|
+
content: string.unquote('"#{ $fa-var-yen-sign }"');
|
|
875
877
|
}
|
|
876
878
|
|
|
877
879
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-rub:before {
|
|
878
|
-
content: unquote('"#{ $fa-var-ruble-sign }"');
|
|
880
|
+
content: string.unquote('"#{ $fa-var-ruble-sign }"');
|
|
879
881
|
}
|
|
880
882
|
|
|
881
883
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-ruble:before {
|
|
882
|
-
content: unquote('"#{ $fa-var-ruble-sign }"');
|
|
884
|
+
content: string.unquote('"#{ $fa-var-ruble-sign }"');
|
|
883
885
|
}
|
|
884
886
|
|
|
885
887
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-rouble:before {
|
|
886
|
-
content: unquote('"#{ $fa-var-ruble-sign }"');
|
|
888
|
+
content: string.unquote('"#{ $fa-var-ruble-sign }"');
|
|
887
889
|
}
|
|
888
890
|
|
|
889
891
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-krw:before {
|
|
890
|
-
content: unquote('"#{ $fa-var-won-sign }"');
|
|
892
|
+
content: string.unquote('"#{ $fa-var-won-sign }"');
|
|
891
893
|
}
|
|
892
894
|
|
|
893
895
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-won:before {
|
|
894
|
-
content: unquote('"#{ $fa-var-won-sign }"');
|
|
896
|
+
content: string.unquote('"#{ $fa-var-won-sign }"');
|
|
895
897
|
}
|
|
896
898
|
|
|
897
899
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-btc {
|
|
@@ -904,35 +906,35 @@
|
|
|
904
906
|
font-weight: 400;
|
|
905
907
|
}
|
|
906
908
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-bitcoin:before {
|
|
907
|
-
content: unquote('"#{ $fa-var-btc }"');
|
|
909
|
+
content: string.unquote('"#{ $fa-var-btc }"');
|
|
908
910
|
}
|
|
909
911
|
|
|
910
912
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-text:before {
|
|
911
|
-
content: unquote('"#{ $fa-var-file-lines }"');
|
|
913
|
+
content: string.unquote('"#{ $fa-var-file-lines }"');
|
|
912
914
|
}
|
|
913
915
|
|
|
914
916
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-asc:before {
|
|
915
|
-
content: unquote('"#{ $fa-var-arrow-down-a-z }"');
|
|
917
|
+
content: string.unquote('"#{ $fa-var-arrow-down-a-z }"');
|
|
916
918
|
}
|
|
917
919
|
|
|
918
920
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-desc:before {
|
|
919
|
-
content: unquote('"#{ $fa-var-arrow-down-z-a }"');
|
|
921
|
+
content: string.unquote('"#{ $fa-var-arrow-down-z-a }"');
|
|
920
922
|
}
|
|
921
923
|
|
|
922
924
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-asc:before {
|
|
923
|
-
content: unquote('"#{ $fa-var-arrow-down-short-wide }"');
|
|
925
|
+
content: string.unquote('"#{ $fa-var-arrow-down-short-wide }"');
|
|
924
926
|
}
|
|
925
927
|
|
|
926
928
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-desc:before {
|
|
927
|
-
content: unquote('"#{ $fa-var-arrow-down-wide-short }"');
|
|
929
|
+
content: string.unquote('"#{ $fa-var-arrow-down-wide-short }"');
|
|
928
930
|
}
|
|
929
931
|
|
|
930
932
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-asc:before {
|
|
931
|
-
content: unquote('"#{ $fa-var-arrow-down-1-9 }"');
|
|
933
|
+
content: string.unquote('"#{ $fa-var-arrow-down-1-9 }"');
|
|
932
934
|
}
|
|
933
935
|
|
|
934
936
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-desc:before {
|
|
935
|
-
content: unquote('"#{ $fa-var-arrow-down-9-1 }"');
|
|
937
|
+
content: string.unquote('"#{ $fa-var-arrow-down-9-1 }"');
|
|
936
938
|
}
|
|
937
939
|
|
|
938
940
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-square {
|
|
@@ -960,7 +962,7 @@
|
|
|
960
962
|
font-weight: 400;
|
|
961
963
|
}
|
|
962
964
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-play:before {
|
|
963
|
-
content: unquote('"#{ $fa-var-youtube }"');
|
|
965
|
+
content: string.unquote('"#{ $fa-var-youtube }"');
|
|
964
966
|
}
|
|
965
967
|
|
|
966
968
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-dropbox {
|
|
@@ -998,7 +1000,7 @@
|
|
|
998
1000
|
font-weight: 400;
|
|
999
1001
|
}
|
|
1000
1002
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket-square:before {
|
|
1001
|
-
content: unquote('"#{ $fa-var-bitbucket }"');
|
|
1003
|
+
content: string.unquote('"#{ $fa-var-bitbucket }"');
|
|
1002
1004
|
}
|
|
1003
1005
|
|
|
1004
1006
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr {
|
|
@@ -1012,19 +1014,19 @@
|
|
|
1012
1014
|
}
|
|
1013
1015
|
|
|
1014
1016
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-down:before {
|
|
1015
|
-
content: unquote('"#{ $fa-var-down-long }"');
|
|
1017
|
+
content: string.unquote('"#{ $fa-var-down-long }"');
|
|
1016
1018
|
}
|
|
1017
1019
|
|
|
1018
1020
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-up:before {
|
|
1019
|
-
content: unquote('"#{ $fa-var-up-long }"');
|
|
1021
|
+
content: string.unquote('"#{ $fa-var-up-long }"');
|
|
1020
1022
|
}
|
|
1021
1023
|
|
|
1022
1024
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-left:before {
|
|
1023
|
-
content: unquote('"#{ $fa-var-left-long }"');
|
|
1025
|
+
content: string.unquote('"#{ $fa-var-left-long }"');
|
|
1024
1026
|
}
|
|
1025
1027
|
|
|
1026
1028
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-right:before {
|
|
1027
|
-
content: unquote('"#{ $fa-var-right-long }"');
|
|
1029
|
+
content: string.unquote('"#{ $fa-var-right-long }"');
|
|
1028
1030
|
}
|
|
1029
1031
|
|
|
1030
1032
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-apple {
|
|
@@ -1077,7 +1079,7 @@
|
|
|
1077
1079
|
font-weight: 400;
|
|
1078
1080
|
}
|
|
1079
1081
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-gittip:before {
|
|
1080
|
-
content: unquote('"#{ $fa-var-gratipay }"');
|
|
1082
|
+
content: string.unquote('"#{ $fa-var-gratipay }"');
|
|
1081
1083
|
}
|
|
1082
1084
|
|
|
1083
1085
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-sun-o {
|
|
@@ -1085,7 +1087,7 @@
|
|
|
1085
1087
|
font-weight: 400;
|
|
1086
1088
|
}
|
|
1087
1089
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-sun-o:before {
|
|
1088
|
-
content: unquote('"#{ $fa-var-sun }"');
|
|
1090
|
+
content: string.unquote('"#{ $fa-var-sun }"');
|
|
1089
1091
|
}
|
|
1090
1092
|
|
|
1091
1093
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-moon-o {
|
|
@@ -1093,7 +1095,7 @@
|
|
|
1093
1095
|
font-weight: 400;
|
|
1094
1096
|
}
|
|
1095
1097
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-moon-o:before {
|
|
1096
|
-
content: unquote('"#{ $fa-var-moon }"');
|
|
1098
|
+
content: string.unquote('"#{ $fa-var-moon }"');
|
|
1097
1099
|
}
|
|
1098
1100
|
|
|
1099
1101
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-vk {
|
|
@@ -1126,7 +1128,7 @@
|
|
|
1126
1128
|
font-weight: 400;
|
|
1127
1129
|
}
|
|
1128
1130
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-right:before {
|
|
1129
|
-
content: unquote('"#{ $fa-var-circle-right }"');
|
|
1131
|
+
content: string.unquote('"#{ $fa-var-circle-right }"');
|
|
1130
1132
|
}
|
|
1131
1133
|
|
|
1132
1134
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-left {
|
|
@@ -1134,7 +1136,7 @@
|
|
|
1134
1136
|
font-weight: 400;
|
|
1135
1137
|
}
|
|
1136
1138
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-left:before {
|
|
1137
|
-
content: unquote('"#{ $fa-var-circle-left }"');
|
|
1139
|
+
content: string.unquote('"#{ $fa-var-circle-left }"');
|
|
1138
1140
|
}
|
|
1139
1141
|
|
|
1140
1142
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-left {
|
|
@@ -1142,7 +1144,7 @@
|
|
|
1142
1144
|
font-weight: 400;
|
|
1143
1145
|
}
|
|
1144
1146
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-left:before {
|
|
1145
|
-
content: unquote('"#{ $fa-var-square-caret-left }"');
|
|
1147
|
+
content: string.unquote('"#{ $fa-var-square-caret-left }"');
|
|
1146
1148
|
}
|
|
1147
1149
|
|
|
1148
1150
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-left {
|
|
@@ -1150,7 +1152,7 @@
|
|
|
1150
1152
|
font-weight: 400;
|
|
1151
1153
|
}
|
|
1152
1154
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-left:before {
|
|
1153
|
-
content: unquote('"#{ $fa-var-square-caret-left }"');
|
|
1155
|
+
content: string.unquote('"#{ $fa-var-square-caret-left }"');
|
|
1154
1156
|
}
|
|
1155
1157
|
|
|
1156
1158
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-dot-circle-o {
|
|
@@ -1158,7 +1160,7 @@
|
|
|
1158
1160
|
font-weight: 400;
|
|
1159
1161
|
}
|
|
1160
1162
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-dot-circle-o:before {
|
|
1161
|
-
content: unquote('"#{ $fa-var-circle-dot }"');
|
|
1163
|
+
content: string.unquote('"#{ $fa-var-circle-dot }"');
|
|
1162
1164
|
}
|
|
1163
1165
|
|
|
1164
1166
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo-square {
|
|
@@ -1167,11 +1169,11 @@
|
|
|
1167
1169
|
}
|
|
1168
1170
|
|
|
1169
1171
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-try:before {
|
|
1170
|
-
content: unquote('"#{ $fa-var-turkish-lira-sign }"');
|
|
1172
|
+
content: string.unquote('"#{ $fa-var-turkish-lira-sign }"');
|
|
1171
1173
|
}
|
|
1172
1174
|
|
|
1173
1175
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-turkish-lira:before {
|
|
1174
|
-
content: unquote('"#{ $fa-var-turkish-lira-sign }"');
|
|
1176
|
+
content: string.unquote('"#{ $fa-var-turkish-lira-sign }"');
|
|
1175
1177
|
}
|
|
1176
1178
|
|
|
1177
1179
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-plus-square-o {
|
|
@@ -1179,7 +1181,7 @@
|
|
|
1179
1181
|
font-weight: 400;
|
|
1180
1182
|
}
|
|
1181
1183
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-plus-square-o:before {
|
|
1182
|
-
content: unquote('"#{ $fa-var-square-plus }"');
|
|
1184
|
+
content: string.unquote('"#{ $fa-var-square-plus }"');
|
|
1183
1185
|
}
|
|
1184
1186
|
|
|
1185
1187
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-slack {
|
|
@@ -1198,15 +1200,15 @@
|
|
|
1198
1200
|
}
|
|
1199
1201
|
|
|
1200
1202
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-institution:before {
|
|
1201
|
-
content: unquote('"#{ $fa-var-building-columns }"');
|
|
1203
|
+
content: string.unquote('"#{ $fa-var-building-columns }"');
|
|
1202
1204
|
}
|
|
1203
1205
|
|
|
1204
1206
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-bank:before {
|
|
1205
|
-
content: unquote('"#{ $fa-var-building-columns }"');
|
|
1207
|
+
content: string.unquote('"#{ $fa-var-building-columns }"');
|
|
1206
1208
|
}
|
|
1207
1209
|
|
|
1208
1210
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-mortar-board:before {
|
|
1209
|
-
content: unquote('"#{ $fa-var-graduation-cap }"');
|
|
1211
|
+
content: string.unquote('"#{ $fa-var-graduation-cap }"');
|
|
1210
1212
|
}
|
|
1211
1213
|
|
|
1212
1214
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-yahoo {
|
|
@@ -1290,11 +1292,11 @@
|
|
|
1290
1292
|
}
|
|
1291
1293
|
|
|
1292
1294
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-automobile:before {
|
|
1293
|
-
content: unquote('"#{ $fa-var-car }"');
|
|
1295
|
+
content: string.unquote('"#{ $fa-var-car }"');
|
|
1294
1296
|
}
|
|
1295
1297
|
|
|
1296
1298
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-cab:before {
|
|
1297
|
-
content: unquote('"#{ $fa-var-taxi }"');
|
|
1299
|
+
content: string.unquote('"#{ $fa-var-taxi }"');
|
|
1298
1300
|
}
|
|
1299
1301
|
|
|
1300
1302
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-spotify {
|
|
@@ -1317,7 +1319,7 @@
|
|
|
1317
1319
|
font-weight: 400;
|
|
1318
1320
|
}
|
|
1319
1321
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-pdf-o:before {
|
|
1320
|
-
content: unquote('"#{ $fa-var-file-pdf }"');
|
|
1322
|
+
content: string.unquote('"#{ $fa-var-file-pdf }"');
|
|
1321
1323
|
}
|
|
1322
1324
|
|
|
1323
1325
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-word-o {
|
|
@@ -1325,7 +1327,7 @@
|
|
|
1325
1327
|
font-weight: 400;
|
|
1326
1328
|
}
|
|
1327
1329
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-word-o:before {
|
|
1328
|
-
content: unquote('"#{ $fa-var-file-word }"');
|
|
1330
|
+
content: string.unquote('"#{ $fa-var-file-word }"');
|
|
1329
1331
|
}
|
|
1330
1332
|
|
|
1331
1333
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-excel-o {
|
|
@@ -1333,7 +1335,7 @@
|
|
|
1333
1335
|
font-weight: 400;
|
|
1334
1336
|
}
|
|
1335
1337
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-excel-o:before {
|
|
1336
|
-
content: unquote('"#{ $fa-var-file-excel }"');
|
|
1338
|
+
content: string.unquote('"#{ $fa-var-file-excel }"');
|
|
1337
1339
|
}
|
|
1338
1340
|
|
|
1339
1341
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-powerpoint-o {
|
|
@@ -1341,7 +1343,7 @@
|
|
|
1341
1343
|
font-weight: 400;
|
|
1342
1344
|
}
|
|
1343
1345
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-powerpoint-o:before {
|
|
1344
|
-
content: unquote('"#{ $fa-var-file-powerpoint }"');
|
|
1346
|
+
content: string.unquote('"#{ $fa-var-file-powerpoint }"');
|
|
1345
1347
|
}
|
|
1346
1348
|
|
|
1347
1349
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-image-o {
|
|
@@ -1349,7 +1351,7 @@
|
|
|
1349
1351
|
font-weight: 400;
|
|
1350
1352
|
}
|
|
1351
1353
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-image-o:before {
|
|
1352
|
-
content: unquote('"#{ $fa-var-file-image }"');
|
|
1354
|
+
content: string.unquote('"#{ $fa-var-file-image }"');
|
|
1353
1355
|
}
|
|
1354
1356
|
|
|
1355
1357
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-photo-o {
|
|
@@ -1357,7 +1359,7 @@
|
|
|
1357
1359
|
font-weight: 400;
|
|
1358
1360
|
}
|
|
1359
1361
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-photo-o:before {
|
|
1360
|
-
content: unquote('"#{ $fa-var-file-image }"');
|
|
1362
|
+
content: string.unquote('"#{ $fa-var-file-image }"');
|
|
1361
1363
|
}
|
|
1362
1364
|
|
|
1363
1365
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-picture-o {
|
|
@@ -1365,7 +1367,7 @@
|
|
|
1365
1367
|
font-weight: 400;
|
|
1366
1368
|
}
|
|
1367
1369
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-picture-o:before {
|
|
1368
|
-
content: unquote('"#{ $fa-var-file-image }"');
|
|
1370
|
+
content: string.unquote('"#{ $fa-var-file-image }"');
|
|
1369
1371
|
}
|
|
1370
1372
|
|
|
1371
1373
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-archive-o {
|
|
@@ -1373,7 +1375,7 @@
|
|
|
1373
1375
|
font-weight: 400;
|
|
1374
1376
|
}
|
|
1375
1377
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-archive-o:before {
|
|
1376
|
-
content: unquote('"#{ $fa-var-file-zipper }"');
|
|
1378
|
+
content: string.unquote('"#{ $fa-var-file-zipper }"');
|
|
1377
1379
|
}
|
|
1378
1380
|
|
|
1379
1381
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-zip-o {
|
|
@@ -1381,7 +1383,7 @@
|
|
|
1381
1383
|
font-weight: 400;
|
|
1382
1384
|
}
|
|
1383
1385
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-zip-o:before {
|
|
1384
|
-
content: unquote('"#{ $fa-var-file-zipper }"');
|
|
1386
|
+
content: string.unquote('"#{ $fa-var-file-zipper }"');
|
|
1385
1387
|
}
|
|
1386
1388
|
|
|
1387
1389
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-audio-o {
|
|
@@ -1389,7 +1391,7 @@
|
|
|
1389
1391
|
font-weight: 400;
|
|
1390
1392
|
}
|
|
1391
1393
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-audio-o:before {
|
|
1392
|
-
content: unquote('"#{ $fa-var-file-audio }"');
|
|
1394
|
+
content: string.unquote('"#{ $fa-var-file-audio }"');
|
|
1393
1395
|
}
|
|
1394
1396
|
|
|
1395
1397
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-sound-o {
|
|
@@ -1397,7 +1399,7 @@
|
|
|
1397
1399
|
font-weight: 400;
|
|
1398
1400
|
}
|
|
1399
1401
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-sound-o:before {
|
|
1400
|
-
content: unquote('"#{ $fa-var-file-audio }"');
|
|
1402
|
+
content: string.unquote('"#{ $fa-var-file-audio }"');
|
|
1401
1403
|
}
|
|
1402
1404
|
|
|
1403
1405
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-video-o {
|
|
@@ -1405,7 +1407,7 @@
|
|
|
1405
1407
|
font-weight: 400;
|
|
1406
1408
|
}
|
|
1407
1409
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-video-o:before {
|
|
1408
|
-
content: unquote('"#{ $fa-var-file-video }"');
|
|
1410
|
+
content: string.unquote('"#{ $fa-var-file-video }"');
|
|
1409
1411
|
}
|
|
1410
1412
|
|
|
1411
1413
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-movie-o {
|
|
@@ -1413,7 +1415,7 @@
|
|
|
1413
1415
|
font-weight: 400;
|
|
1414
1416
|
}
|
|
1415
1417
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-movie-o:before {
|
|
1416
|
-
content: unquote('"#{ $fa-var-file-video }"');
|
|
1418
|
+
content: string.unquote('"#{ $fa-var-file-video }"');
|
|
1417
1419
|
}
|
|
1418
1420
|
|
|
1419
1421
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-code-o {
|
|
@@ -1421,7 +1423,7 @@
|
|
|
1421
1423
|
font-weight: 400;
|
|
1422
1424
|
}
|
|
1423
1425
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-file-code-o:before {
|
|
1424
|
-
content: unquote('"#{ $fa-var-file-code }"');
|
|
1426
|
+
content: string.unquote('"#{ $fa-var-file-code }"');
|
|
1425
1427
|
}
|
|
1426
1428
|
|
|
1427
1429
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-vine {
|
|
@@ -1440,23 +1442,23 @@
|
|
|
1440
1442
|
}
|
|
1441
1443
|
|
|
1442
1444
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-life-bouy:before {
|
|
1443
|
-
content: unquote('"#{ $fa-var-life-ring }"');
|
|
1445
|
+
content: string.unquote('"#{ $fa-var-life-ring }"');
|
|
1444
1446
|
}
|
|
1445
1447
|
|
|
1446
1448
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-life-buoy:before {
|
|
1447
|
-
content: unquote('"#{ $fa-var-life-ring }"');
|
|
1449
|
+
content: string.unquote('"#{ $fa-var-life-ring }"');
|
|
1448
1450
|
}
|
|
1449
1451
|
|
|
1450
1452
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-life-saver:before {
|
|
1451
|
-
content: unquote('"#{ $fa-var-life-ring }"');
|
|
1453
|
+
content: string.unquote('"#{ $fa-var-life-ring }"');
|
|
1452
1454
|
}
|
|
1453
1455
|
|
|
1454
1456
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-support:before {
|
|
1455
|
-
content: unquote('"#{ $fa-var-life-ring }"');
|
|
1457
|
+
content: string.unquote('"#{ $fa-var-life-ring }"');
|
|
1456
1458
|
}
|
|
1457
1459
|
|
|
1458
1460
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o-notch:before {
|
|
1459
|
-
content: unquote('"#{ $fa-var-circle-notch }"');
|
|
1461
|
+
content: string.unquote('"#{ $fa-var-circle-notch }"');
|
|
1460
1462
|
}
|
|
1461
1463
|
|
|
1462
1464
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-rebel {
|
|
@@ -1469,7 +1471,7 @@
|
|
|
1469
1471
|
font-weight: 400;
|
|
1470
1472
|
}
|
|
1471
1473
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-ra:before {
|
|
1472
|
-
content: unquote('"#{ $fa-var-rebel }"');
|
|
1474
|
+
content: string.unquote('"#{ $fa-var-rebel }"');
|
|
1473
1475
|
}
|
|
1474
1476
|
|
|
1475
1477
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-resistance {
|
|
@@ -1477,7 +1479,7 @@
|
|
|
1477
1479
|
font-weight: 400;
|
|
1478
1480
|
}
|
|
1479
1481
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-resistance:before {
|
|
1480
|
-
content: unquote('"#{ $fa-var-rebel }"');
|
|
1482
|
+
content: string.unquote('"#{ $fa-var-rebel }"');
|
|
1481
1483
|
}
|
|
1482
1484
|
|
|
1483
1485
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-empire {
|
|
@@ -1490,7 +1492,7 @@
|
|
|
1490
1492
|
font-weight: 400;
|
|
1491
1493
|
}
|
|
1492
1494
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-ge:before {
|
|
1493
|
-
content: unquote('"#{ $fa-var-empire }"');
|
|
1495
|
+
content: string.unquote('"#{ $fa-var-empire }"');
|
|
1494
1496
|
}
|
|
1495
1497
|
|
|
1496
1498
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-git-square {
|
|
@@ -1513,7 +1515,7 @@
|
|
|
1513
1515
|
font-weight: 400;
|
|
1514
1516
|
}
|
|
1515
1517
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator-square:before {
|
|
1516
|
-
content: unquote('"#{ $fa-var-hacker-news }"');
|
|
1518
|
+
content: string.unquote('"#{ $fa-var-hacker-news }"');
|
|
1517
1519
|
}
|
|
1518
1520
|
|
|
1519
1521
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-yc-square {
|
|
@@ -1521,7 +1523,7 @@
|
|
|
1521
1523
|
font-weight: 400;
|
|
1522
1524
|
}
|
|
1523
1525
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-yc-square:before {
|
|
1524
|
-
content: unquote('"#{ $fa-var-hacker-news }"');
|
|
1526
|
+
content: string.unquote('"#{ $fa-var-hacker-news }"');
|
|
1525
1527
|
}
|
|
1526
1528
|
|
|
1527
1529
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-tencent-weibo {
|
|
@@ -1544,11 +1546,11 @@
|
|
|
1544
1546
|
font-weight: 400;
|
|
1545
1547
|
}
|
|
1546
1548
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-wechat:before {
|
|
1547
|
-
content: unquote('"#{ $fa-var-weixin }"');
|
|
1549
|
+
content: string.unquote('"#{ $fa-var-weixin }"');
|
|
1548
1550
|
}
|
|
1549
1551
|
|
|
1550
1552
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-send:before {
|
|
1551
|
-
content: unquote('"#{ $fa-var-paper-plane }"');
|
|
1553
|
+
content: string.unquote('"#{ $fa-var-paper-plane }"');
|
|
1552
1554
|
}
|
|
1553
1555
|
|
|
1554
1556
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-paper-plane-o {
|
|
@@ -1556,7 +1558,7 @@
|
|
|
1556
1558
|
font-weight: 400;
|
|
1557
1559
|
}
|
|
1558
1560
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-paper-plane-o:before {
|
|
1559
|
-
content: unquote('"#{ $fa-var-paper-plane }"');
|
|
1561
|
+
content: string.unquote('"#{ $fa-var-paper-plane }"');
|
|
1560
1562
|
}
|
|
1561
1563
|
|
|
1562
1564
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-send-o {
|
|
@@ -1564,7 +1566,7 @@
|
|
|
1564
1566
|
font-weight: 400;
|
|
1565
1567
|
}
|
|
1566
1568
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-send-o:before {
|
|
1567
|
-
content: unquote('"#{ $fa-var-paper-plane }"');
|
|
1569
|
+
content: string.unquote('"#{ $fa-var-paper-plane }"');
|
|
1568
1570
|
}
|
|
1569
1571
|
|
|
1570
1572
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-thin {
|
|
@@ -1572,11 +1574,11 @@
|
|
|
1572
1574
|
font-weight: 400;
|
|
1573
1575
|
}
|
|
1574
1576
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-thin:before {
|
|
1575
|
-
content: unquote('"#{ $fa-var-circle }"');
|
|
1577
|
+
content: string.unquote('"#{ $fa-var-circle }"');
|
|
1576
1578
|
}
|
|
1577
1579
|
|
|
1578
1580
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-header:before {
|
|
1579
|
-
content: unquote('"#{ $fa-var-heading }"');
|
|
1581
|
+
content: string.unquote('"#{ $fa-var-heading }"');
|
|
1580
1582
|
}
|
|
1581
1583
|
|
|
1582
1584
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-futbol-o {
|
|
@@ -1584,7 +1586,7 @@
|
|
|
1584
1586
|
font-weight: 400;
|
|
1585
1587
|
}
|
|
1586
1588
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-futbol-o:before {
|
|
1587
|
-
content: unquote('"#{ $fa-var-futbol }"');
|
|
1589
|
+
content: string.unquote('"#{ $fa-var-futbol }"');
|
|
1588
1590
|
}
|
|
1589
1591
|
|
|
1590
1592
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-soccer-ball-o {
|
|
@@ -1592,7 +1594,7 @@
|
|
|
1592
1594
|
font-weight: 400;
|
|
1593
1595
|
}
|
|
1594
1596
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-soccer-ball-o:before {
|
|
1595
|
-
content: unquote('"#{ $fa-var-futbol }"');
|
|
1597
|
+
content: string.unquote('"#{ $fa-var-futbol }"');
|
|
1596
1598
|
}
|
|
1597
1599
|
|
|
1598
1600
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-slideshare {
|
|
@@ -1615,7 +1617,7 @@
|
|
|
1615
1617
|
font-weight: 400;
|
|
1616
1618
|
}
|
|
1617
1619
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-newspaper-o:before {
|
|
1618
|
-
content: unquote('"#{ $fa-var-newspaper }"');
|
|
1620
|
+
content: string.unquote('"#{ $fa-var-newspaper }"');
|
|
1619
1621
|
}
|
|
1620
1622
|
|
|
1621
1623
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-paypal {
|
|
@@ -1663,11 +1665,11 @@
|
|
|
1663
1665
|
font-weight: 400;
|
|
1664
1666
|
}
|
|
1665
1667
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-bell-slash-o:before {
|
|
1666
|
-
content: unquote('"#{ $fa-var-bell-slash }"');
|
|
1668
|
+
content: string.unquote('"#{ $fa-var-bell-slash }"');
|
|
1667
1669
|
}
|
|
1668
1670
|
|
|
1669
1671
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-trash:before {
|
|
1670
|
-
content: unquote('"#{ $fa-var-trash-can }"');
|
|
1672
|
+
content: string.unquote('"#{ $fa-var-trash-can }"');
|
|
1671
1673
|
}
|
|
1672
1674
|
|
|
1673
1675
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-copyright {
|
|
@@ -1676,19 +1678,19 @@
|
|
|
1676
1678
|
}
|
|
1677
1679
|
|
|
1678
1680
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-eyedropper:before {
|
|
1679
|
-
content: unquote('"#{ $fa-var-eye-dropper }"');
|
|
1681
|
+
content: string.unquote('"#{ $fa-var-eye-dropper }"');
|
|
1680
1682
|
}
|
|
1681
1683
|
|
|
1682
1684
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-area-chart:before {
|
|
1683
|
-
content: unquote('"#{ $fa-var-chart-area }"');
|
|
1685
|
+
content: string.unquote('"#{ $fa-var-chart-area }"');
|
|
1684
1686
|
}
|
|
1685
1687
|
|
|
1686
1688
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-pie-chart:before {
|
|
1687
|
-
content: unquote('"#{ $fa-var-chart-pie }"');
|
|
1689
|
+
content: string.unquote('"#{ $fa-var-chart-pie }"');
|
|
1688
1690
|
}
|
|
1689
1691
|
|
|
1690
1692
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-line-chart:before {
|
|
1691
|
-
content: unquote('"#{ $fa-var-chart-line }"');
|
|
1693
|
+
content: string.unquote('"#{ $fa-var-chart-line }"');
|
|
1692
1694
|
}
|
|
1693
1695
|
|
|
1694
1696
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm {
|
|
@@ -1716,19 +1718,19 @@
|
|
|
1716
1718
|
font-weight: 400;
|
|
1717
1719
|
}
|
|
1718
1720
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-cc:before {
|
|
1719
|
-
content: unquote('"#{ $fa-var-closed-captioning }"');
|
|
1721
|
+
content: string.unquote('"#{ $fa-var-closed-captioning }"');
|
|
1720
1722
|
}
|
|
1721
1723
|
|
|
1722
1724
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-ils:before {
|
|
1723
|
-
content: unquote('"#{ $fa-var-shekel-sign }"');
|
|
1725
|
+
content: string.unquote('"#{ $fa-var-shekel-sign }"');
|
|
1724
1726
|
}
|
|
1725
1727
|
|
|
1726
1728
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-shekel:before {
|
|
1727
|
-
content: unquote('"#{ $fa-var-shekel-sign }"');
|
|
1729
|
+
content: string.unquote('"#{ $fa-var-shekel-sign }"');
|
|
1728
1730
|
}
|
|
1729
1731
|
|
|
1730
1732
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-sheqel:before {
|
|
1731
|
-
content: unquote('"#{ $fa-var-shekel-sign }"');
|
|
1733
|
+
content: string.unquote('"#{ $fa-var-shekel-sign }"');
|
|
1732
1734
|
}
|
|
1733
1735
|
|
|
1734
1736
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-buysellads {
|
|
@@ -1781,19 +1783,19 @@
|
|
|
1781
1783
|
font-weight: 400;
|
|
1782
1784
|
}
|
|
1783
1785
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-diamond:before {
|
|
1784
|
-
content: unquote('"#{ $fa-var-gem }"');
|
|
1786
|
+
content: string.unquote('"#{ $fa-var-gem }"');
|
|
1785
1787
|
}
|
|
1786
1788
|
|
|
1787
1789
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-transgender:before {
|
|
1788
|
-
content: unquote('"#{ $fa-var-mars-and-venus }"');
|
|
1790
|
+
content: string.unquote('"#{ $fa-var-mars-and-venus }"');
|
|
1789
1791
|
}
|
|
1790
1792
|
|
|
1791
1793
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-intersex:before {
|
|
1792
|
-
content: unquote('"#{ $fa-var-mars-and-venus }"');
|
|
1794
|
+
content: string.unquote('"#{ $fa-var-mars-and-venus }"');
|
|
1793
1795
|
}
|
|
1794
1796
|
|
|
1795
1797
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-transgender-alt:before {
|
|
1796
|
-
content: unquote('"#{ $fa-var-transgender }"');
|
|
1798
|
+
content: string.unquote('"#{ $fa-var-transgender }"');
|
|
1797
1799
|
}
|
|
1798
1800
|
|
|
1799
1801
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-official {
|
|
@@ -1801,7 +1803,7 @@
|
|
|
1801
1803
|
font-weight: 400;
|
|
1802
1804
|
}
|
|
1803
1805
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-official:before {
|
|
1804
|
-
content: unquote('"#{ $fa-var-facebook }"');
|
|
1806
|
+
content: string.unquote('"#{ $fa-var-facebook }"');
|
|
1805
1807
|
}
|
|
1806
1808
|
|
|
1807
1809
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-p {
|
|
@@ -1815,7 +1817,7 @@
|
|
|
1815
1817
|
}
|
|
1816
1818
|
|
|
1817
1819
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hotel:before {
|
|
1818
|
-
content: unquote('"#{ $fa-var-bed }"');
|
|
1820
|
+
content: string.unquote('"#{ $fa-var-bed }"');
|
|
1819
1821
|
}
|
|
1820
1822
|
|
|
1821
1823
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-viacoin {
|
|
@@ -1838,7 +1840,7 @@
|
|
|
1838
1840
|
font-weight: 400;
|
|
1839
1841
|
}
|
|
1840
1842
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-yc:before {
|
|
1841
|
-
content: unquote('"#{ $fa-var-y-combinator }"');
|
|
1843
|
+
content: string.unquote('"#{ $fa-var-y-combinator }"');
|
|
1842
1844
|
}
|
|
1843
1845
|
|
|
1844
1846
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-optin-monster {
|
|
@@ -1857,27 +1859,27 @@
|
|
|
1857
1859
|
}
|
|
1858
1860
|
|
|
1859
1861
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-4:before {
|
|
1860
|
-
content: unquote('"#{ $fa-var-battery-full }"');
|
|
1862
|
+
content: string.unquote('"#{ $fa-var-battery-full }"');
|
|
1861
1863
|
}
|
|
1862
1864
|
|
|
1863
1865
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-battery:before {
|
|
1864
|
-
content: unquote('"#{ $fa-var-battery-full }"');
|
|
1866
|
+
content: string.unquote('"#{ $fa-var-battery-full }"');
|
|
1865
1867
|
}
|
|
1866
1868
|
|
|
1867
1869
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-3:before {
|
|
1868
|
-
content: unquote('"#{ $fa-var-battery-three-quarters }"');
|
|
1870
|
+
content: string.unquote('"#{ $fa-var-battery-three-quarters }"');
|
|
1869
1871
|
}
|
|
1870
1872
|
|
|
1871
1873
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-2:before {
|
|
1872
|
-
content: unquote('"#{ $fa-var-battery-half }"');
|
|
1874
|
+
content: string.unquote('"#{ $fa-var-battery-half }"');
|
|
1873
1875
|
}
|
|
1874
1876
|
|
|
1875
1877
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-1:before {
|
|
1876
|
-
content: unquote('"#{ $fa-var-battery-quarter }"');
|
|
1878
|
+
content: string.unquote('"#{ $fa-var-battery-quarter }"');
|
|
1877
1879
|
}
|
|
1878
1880
|
|
|
1879
1881
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-0:before {
|
|
1880
|
-
content: unquote('"#{ $fa-var-battery-empty }"');
|
|
1882
|
+
content: string.unquote('"#{ $fa-var-battery-empty }"');
|
|
1881
1883
|
}
|
|
1882
1884
|
|
|
1883
1885
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-object-group {
|
|
@@ -1895,7 +1897,7 @@
|
|
|
1895
1897
|
font-weight: 400;
|
|
1896
1898
|
}
|
|
1897
1899
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-sticky-note-o:before {
|
|
1898
|
-
content: unquote('"#{ $fa-var-note-sticky }"');
|
|
1900
|
+
content: string.unquote('"#{ $fa-var-note-sticky }"');
|
|
1899
1901
|
}
|
|
1900
1902
|
|
|
1901
1903
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-jcb {
|
|
@@ -1914,23 +1916,23 @@
|
|
|
1914
1916
|
}
|
|
1915
1917
|
|
|
1916
1918
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-o:before {
|
|
1917
|
-
content: unquote('"#{ $fa-var-hourglass-empty }"');
|
|
1919
|
+
content: string.unquote('"#{ $fa-var-hourglass-empty }"');
|
|
1918
1920
|
}
|
|
1919
1921
|
|
|
1920
1922
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-1:before {
|
|
1921
|
-
content: unquote('"#{ $fa-var-hourglass-start }"');
|
|
1923
|
+
content: string.unquote('"#{ $fa-var-hourglass-start }"');
|
|
1922
1924
|
}
|
|
1923
1925
|
|
|
1924
1926
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-half:before {
|
|
1925
|
-
content: unquote('"#{ $fa-var-hourglass }"');
|
|
1927
|
+
content: string.unquote('"#{ $fa-var-hourglass }"');
|
|
1926
1928
|
}
|
|
1927
1929
|
|
|
1928
1930
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-2:before {
|
|
1929
|
-
content: unquote('"#{ $fa-var-hourglass }"');
|
|
1931
|
+
content: string.unquote('"#{ $fa-var-hourglass }"');
|
|
1930
1932
|
}
|
|
1931
1933
|
|
|
1932
1934
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-3:before {
|
|
1933
|
-
content: unquote('"#{ $fa-var-hourglass-end }"');
|
|
1935
|
+
content: string.unquote('"#{ $fa-var-hourglass-end }"');
|
|
1934
1936
|
}
|
|
1935
1937
|
|
|
1936
1938
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-rock-o {
|
|
@@ -1938,7 +1940,7 @@
|
|
|
1938
1940
|
font-weight: 400;
|
|
1939
1941
|
}
|
|
1940
1942
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-rock-o:before {
|
|
1941
|
-
content: unquote('"#{ $fa-var-hand-back-fist }"');
|
|
1943
|
+
content: string.unquote('"#{ $fa-var-hand-back-fist }"');
|
|
1942
1944
|
}
|
|
1943
1945
|
|
|
1944
1946
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-grab-o {
|
|
@@ -1946,7 +1948,7 @@
|
|
|
1946
1948
|
font-weight: 400;
|
|
1947
1949
|
}
|
|
1948
1950
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-grab-o:before {
|
|
1949
|
-
content: unquote('"#{ $fa-var-hand-back-fist }"');
|
|
1951
|
+
content: string.unquote('"#{ $fa-var-hand-back-fist }"');
|
|
1950
1952
|
}
|
|
1951
1953
|
|
|
1952
1954
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-paper-o {
|
|
@@ -1954,7 +1956,7 @@
|
|
|
1954
1956
|
font-weight: 400;
|
|
1955
1957
|
}
|
|
1956
1958
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-paper-o:before {
|
|
1957
|
-
content: unquote('"#{ $fa-var-hand }"');
|
|
1959
|
+
content: string.unquote('"#{ $fa-var-hand }"');
|
|
1958
1960
|
}
|
|
1959
1961
|
|
|
1960
1962
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-stop-o {
|
|
@@ -1962,7 +1964,7 @@
|
|
|
1962
1964
|
font-weight: 400;
|
|
1963
1965
|
}
|
|
1964
1966
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-stop-o:before {
|
|
1965
|
-
content: unquote('"#{ $fa-var-hand }"');
|
|
1967
|
+
content: string.unquote('"#{ $fa-var-hand }"');
|
|
1966
1968
|
}
|
|
1967
1969
|
|
|
1968
1970
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-scissors-o {
|
|
@@ -1970,7 +1972,7 @@
|
|
|
1970
1972
|
font-weight: 400;
|
|
1971
1973
|
}
|
|
1972
1974
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-scissors-o:before {
|
|
1973
|
-
content: unquote('"#{ $fa-var-hand-scissors }"');
|
|
1975
|
+
content: string.unquote('"#{ $fa-var-hand-scissors }"');
|
|
1974
1976
|
}
|
|
1975
1977
|
|
|
1976
1978
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-lizard-o {
|
|
@@ -1978,7 +1980,7 @@
|
|
|
1978
1980
|
font-weight: 400;
|
|
1979
1981
|
}
|
|
1980
1982
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-lizard-o:before {
|
|
1981
|
-
content: unquote('"#{ $fa-var-hand-lizard }"');
|
|
1983
|
+
content: string.unquote('"#{ $fa-var-hand-lizard }"');
|
|
1982
1984
|
}
|
|
1983
1985
|
|
|
1984
1986
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-spock-o {
|
|
@@ -1986,7 +1988,7 @@
|
|
|
1986
1988
|
font-weight: 400;
|
|
1987
1989
|
}
|
|
1988
1990
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-spock-o:before {
|
|
1989
|
-
content: unquote('"#{ $fa-var-hand-spock }"');
|
|
1991
|
+
content: string.unquote('"#{ $fa-var-hand-spock }"');
|
|
1990
1992
|
}
|
|
1991
1993
|
|
|
1992
1994
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-pointer-o {
|
|
@@ -1994,7 +1996,7 @@
|
|
|
1994
1996
|
font-weight: 400;
|
|
1995
1997
|
}
|
|
1996
1998
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-pointer-o:before {
|
|
1997
|
-
content: unquote('"#{ $fa-var-hand-pointer }"');
|
|
1999
|
+
content: string.unquote('"#{ $fa-var-hand-pointer }"');
|
|
1998
2000
|
}
|
|
1999
2001
|
|
|
2000
2002
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-peace-o {
|
|
@@ -2002,7 +2004,7 @@
|
|
|
2002
2004
|
font-weight: 400;
|
|
2003
2005
|
}
|
|
2004
2006
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-peace-o:before {
|
|
2005
|
-
content: unquote('"#{ $fa-var-hand-peace }"');
|
|
2007
|
+
content: string.unquote('"#{ $fa-var-hand-peace }"');
|
|
2006
2008
|
}
|
|
2007
2009
|
|
|
2008
2010
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-registered {
|
|
@@ -2071,7 +2073,7 @@
|
|
|
2071
2073
|
}
|
|
2072
2074
|
|
|
2073
2075
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-television:before {
|
|
2074
|
-
content: unquote('"#{ $fa-var-tv }"');
|
|
2076
|
+
content: string.unquote('"#{ $fa-var-tv }"');
|
|
2075
2077
|
}
|
|
2076
2078
|
|
|
2077
2079
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-contao {
|
|
@@ -2094,7 +2096,7 @@
|
|
|
2094
2096
|
font-weight: 400;
|
|
2095
2097
|
}
|
|
2096
2098
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-plus-o:before {
|
|
2097
|
-
content: unquote('"#{ $fa-var-calendar-plus }"');
|
|
2099
|
+
content: string.unquote('"#{ $fa-var-calendar-plus }"');
|
|
2098
2100
|
}
|
|
2099
2101
|
|
|
2100
2102
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-minus-o {
|
|
@@ -2102,7 +2104,7 @@
|
|
|
2102
2104
|
font-weight: 400;
|
|
2103
2105
|
}
|
|
2104
2106
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-minus-o:before {
|
|
2105
|
-
content: unquote('"#{ $fa-var-calendar-minus }"');
|
|
2107
|
+
content: string.unquote('"#{ $fa-var-calendar-minus }"');
|
|
2106
2108
|
}
|
|
2107
2109
|
|
|
2108
2110
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-times-o {
|
|
@@ -2110,7 +2112,7 @@
|
|
|
2110
2112
|
font-weight: 400;
|
|
2111
2113
|
}
|
|
2112
2114
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-times-o:before {
|
|
2113
|
-
content: unquote('"#{ $fa-var-calendar-xmark }"');
|
|
2115
|
+
content: string.unquote('"#{ $fa-var-calendar-xmark }"');
|
|
2114
2116
|
}
|
|
2115
2117
|
|
|
2116
2118
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-check-o {
|
|
@@ -2118,7 +2120,7 @@
|
|
|
2118
2120
|
font-weight: 400;
|
|
2119
2121
|
}
|
|
2120
2122
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-check-o:before {
|
|
2121
|
-
content: unquote('"#{ $fa-var-calendar-check }"');
|
|
2123
|
+
content: string.unquote('"#{ $fa-var-calendar-check }"');
|
|
2122
2124
|
}
|
|
2123
2125
|
|
|
2124
2126
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-map-o {
|
|
@@ -2126,11 +2128,11 @@
|
|
|
2126
2128
|
font-weight: 400;
|
|
2127
2129
|
}
|
|
2128
2130
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-map-o:before {
|
|
2129
|
-
content: unquote('"#{ $fa-var-map }"');
|
|
2131
|
+
content: string.unquote('"#{ $fa-var-map }"');
|
|
2130
2132
|
}
|
|
2131
2133
|
|
|
2132
2134
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-commenting:before {
|
|
2133
|
-
content: unquote('"#{ $fa-var-comment-dots }"');
|
|
2135
|
+
content: string.unquote('"#{ $fa-var-comment-dots }"');
|
|
2134
2136
|
}
|
|
2135
2137
|
|
|
2136
2138
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-commenting-o {
|
|
@@ -2138,7 +2140,7 @@
|
|
|
2138
2140
|
font-weight: 400;
|
|
2139
2141
|
}
|
|
2140
2142
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-commenting-o:before {
|
|
2141
|
-
content: unquote('"#{ $fa-var-comment-dots }"');
|
|
2143
|
+
content: string.unquote('"#{ $fa-var-comment-dots }"');
|
|
2142
2144
|
}
|
|
2143
2145
|
|
|
2144
2146
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-houzz {
|
|
@@ -2151,7 +2153,7 @@
|
|
|
2151
2153
|
font-weight: 400;
|
|
2152
2154
|
}
|
|
2153
2155
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo:before {
|
|
2154
|
-
content: unquote('"#{ $fa-var-vimeo-v }"');
|
|
2156
|
+
content: string.unquote('"#{ $fa-var-vimeo-v }"');
|
|
2155
2157
|
}
|
|
2156
2158
|
|
|
2157
2159
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-black-tie {
|
|
@@ -2175,7 +2177,7 @@
|
|
|
2175
2177
|
}
|
|
2176
2178
|
|
|
2177
2179
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-credit-card-alt:before {
|
|
2178
|
-
content: unquote('"#{ $fa-var-credit-card }"');
|
|
2180
|
+
content: string.unquote('"#{ $fa-var-credit-card }"');
|
|
2179
2181
|
}
|
|
2180
2182
|
|
|
2181
2183
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-codiepie {
|
|
@@ -2218,7 +2220,7 @@
|
|
|
2218
2220
|
font-weight: 400;
|
|
2219
2221
|
}
|
|
2220
2222
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-pause-circle-o:before {
|
|
2221
|
-
content: unquote('"#{ $fa-var-circle-pause }"');
|
|
2223
|
+
content: string.unquote('"#{ $fa-var-circle-pause }"');
|
|
2222
2224
|
}
|
|
2223
2225
|
|
|
2224
2226
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-stop-circle-o {
|
|
@@ -2226,7 +2228,7 @@
|
|
|
2226
2228
|
font-weight: 400;
|
|
2227
2229
|
}
|
|
2228
2230
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-stop-circle-o:before {
|
|
2229
|
-
content: unquote('"#{ $fa-var-circle-stop }"');
|
|
2231
|
+
content: string.unquote('"#{ $fa-var-circle-stop }"');
|
|
2230
2232
|
}
|
|
2231
2233
|
|
|
2232
2234
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-bluetooth {
|
|
@@ -2264,7 +2266,7 @@
|
|
|
2264
2266
|
font-weight: 400;
|
|
2265
2267
|
}
|
|
2266
2268
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-wheelchair-alt:before {
|
|
2267
|
-
content: unquote('"#{ $fa-var-accessible-icon }"');
|
|
2269
|
+
content: string.unquote('"#{ $fa-var-accessible-icon }"');
|
|
2268
2270
|
}
|
|
2269
2271
|
|
|
2270
2272
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-question-circle-o {
|
|
@@ -2272,23 +2274,23 @@
|
|
|
2272
2274
|
font-weight: 400;
|
|
2273
2275
|
}
|
|
2274
2276
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-question-circle-o:before {
|
|
2275
|
-
content: unquote('"#{ $fa-var-circle-question }"');
|
|
2277
|
+
content: string.unquote('"#{ $fa-var-circle-question }"');
|
|
2276
2278
|
}
|
|
2277
2279
|
|
|
2278
2280
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-volume-control-phone:before {
|
|
2279
|
-
content: unquote('"#{ $fa-var-phone-volume }"');
|
|
2281
|
+
content: string.unquote('"#{ $fa-var-phone-volume }"');
|
|
2280
2282
|
}
|
|
2281
2283
|
|
|
2282
2284
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-asl-interpreting:before {
|
|
2283
|
-
content: unquote('"#{ $fa-var-hands-asl-interpreting }"');
|
|
2285
|
+
content: string.unquote('"#{ $fa-var-hands-asl-interpreting }"');
|
|
2284
2286
|
}
|
|
2285
2287
|
|
|
2286
2288
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-deafness:before {
|
|
2287
|
-
content: unquote('"#{ $fa-var-ear-deaf }"');
|
|
2289
|
+
content: string.unquote('"#{ $fa-var-ear-deaf }"');
|
|
2288
2290
|
}
|
|
2289
2291
|
|
|
2290
2292
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-hard-of-hearing:before {
|
|
2291
|
-
content: unquote('"#{ $fa-var-ear-deaf }"');
|
|
2293
|
+
content: string.unquote('"#{ $fa-var-ear-deaf }"');
|
|
2292
2294
|
}
|
|
2293
2295
|
|
|
2294
2296
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-glide {
|
|
@@ -2302,7 +2304,7 @@
|
|
|
2302
2304
|
}
|
|
2303
2305
|
|
|
2304
2306
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-signing:before {
|
|
2305
|
-
content: unquote('"#{ $fa-var-hands }"');
|
|
2307
|
+
content: string.unquote('"#{ $fa-var-hands }"');
|
|
2306
2308
|
}
|
|
2307
2309
|
|
|
2308
2310
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo {
|
|
@@ -2325,7 +2327,7 @@
|
|
|
2325
2327
|
font-weight: 400;
|
|
2326
2328
|
}
|
|
2327
2329
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-ghost:before {
|
|
2328
|
-
content: unquote('"#{ $fa-var-snapchat }"');
|
|
2330
|
+
content: string.unquote('"#{ $fa-var-snapchat }"');
|
|
2329
2331
|
}
|
|
2330
2332
|
|
|
2331
2333
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-square {
|
|
@@ -2358,7 +2360,7 @@
|
|
|
2358
2360
|
font-weight: 400;
|
|
2359
2361
|
}
|
|
2360
2362
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-official:before {
|
|
2361
|
-
content: unquote('"#{ $fa-var-google-plus }"');
|
|
2363
|
+
content: string.unquote('"#{ $fa-var-google-plus }"');
|
|
2362
2364
|
}
|
|
2363
2365
|
|
|
2364
2366
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-circle {
|
|
@@ -2366,7 +2368,7 @@
|
|
|
2366
2368
|
font-weight: 400;
|
|
2367
2369
|
}
|
|
2368
2370
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-circle:before {
|
|
2369
|
-
content: unquote('"#{ $fa-var-google-plus }"');
|
|
2371
|
+
content: string.unquote('"#{ $fa-var-google-plus }"');
|
|
2370
2372
|
}
|
|
2371
2373
|
|
|
2372
2374
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-font-awesome {
|
|
@@ -2379,7 +2381,7 @@
|
|
|
2379
2381
|
font-weight: 400;
|
|
2380
2382
|
}
|
|
2381
2383
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-fa:before {
|
|
2382
|
-
content: unquote('"#{ $fa-var-font-awesome }"');
|
|
2384
|
+
content: string.unquote('"#{ $fa-var-font-awesome }"');
|
|
2383
2385
|
}
|
|
2384
2386
|
|
|
2385
2387
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-handshake-o {
|
|
@@ -2387,7 +2389,7 @@
|
|
|
2387
2389
|
font-weight: 400;
|
|
2388
2390
|
}
|
|
2389
2391
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-handshake-o:before {
|
|
2390
|
-
content: unquote('"#{ $fa-var-handshake }"');
|
|
2392
|
+
content: string.unquote('"#{ $fa-var-handshake }"');
|
|
2391
2393
|
}
|
|
2392
2394
|
|
|
2393
2395
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-open-o {
|
|
@@ -2395,7 +2397,7 @@
|
|
|
2395
2397
|
font-weight: 400;
|
|
2396
2398
|
}
|
|
2397
2399
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-open-o:before {
|
|
2398
|
-
content: unquote('"#{ $fa-var-envelope-open }"');
|
|
2400
|
+
content: string.unquote('"#{ $fa-var-envelope-open }"');
|
|
2399
2401
|
}
|
|
2400
2402
|
|
|
2401
2403
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-linode {
|
|
@@ -2408,11 +2410,11 @@
|
|
|
2408
2410
|
font-weight: 400;
|
|
2409
2411
|
}
|
|
2410
2412
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-address-book-o:before {
|
|
2411
|
-
content: unquote('"#{ $fa-var-address-book }"');
|
|
2413
|
+
content: string.unquote('"#{ $fa-var-address-book }"');
|
|
2412
2414
|
}
|
|
2413
2415
|
|
|
2414
2416
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-vcard:before {
|
|
2415
|
-
content: unquote('"#{ $fa-var-address-card }"');
|
|
2417
|
+
content: string.unquote('"#{ $fa-var-address-card }"');
|
|
2416
2418
|
}
|
|
2417
2419
|
|
|
2418
2420
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-address-card-o {
|
|
@@ -2420,7 +2422,7 @@
|
|
|
2420
2422
|
font-weight: 400;
|
|
2421
2423
|
}
|
|
2422
2424
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-address-card-o:before {
|
|
2423
|
-
content: unquote('"#{ $fa-var-address-card }"');
|
|
2425
|
+
content: string.unquote('"#{ $fa-var-address-card }"');
|
|
2424
2426
|
}
|
|
2425
2427
|
|
|
2426
2428
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-vcard-o {
|
|
@@ -2428,7 +2430,7 @@
|
|
|
2428
2430
|
font-weight: 400;
|
|
2429
2431
|
}
|
|
2430
2432
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-vcard-o:before {
|
|
2431
|
-
content: unquote('"#{ $fa-var-address-card }"');
|
|
2433
|
+
content: string.unquote('"#{ $fa-var-address-card }"');
|
|
2432
2434
|
}
|
|
2433
2435
|
|
|
2434
2436
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-user-circle-o {
|
|
@@ -2436,7 +2438,7 @@
|
|
|
2436
2438
|
font-weight: 400;
|
|
2437
2439
|
}
|
|
2438
2440
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-user-circle-o:before {
|
|
2439
|
-
content: unquote('"#{ $fa-var-circle-user }"');
|
|
2441
|
+
content: string.unquote('"#{ $fa-var-circle-user }"');
|
|
2440
2442
|
}
|
|
2441
2443
|
|
|
2442
2444
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-user-o {
|
|
@@ -2444,7 +2446,7 @@
|
|
|
2444
2446
|
font-weight: 400;
|
|
2445
2447
|
}
|
|
2446
2448
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-user-o:before {
|
|
2447
|
-
content: unquote('"#{ $fa-var-user }"');
|
|
2449
|
+
content: string.unquote('"#{ $fa-var-user }"');
|
|
2448
2450
|
}
|
|
2449
2451
|
|
|
2450
2452
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-id-badge {
|
|
@@ -2453,7 +2455,7 @@
|
|
|
2453
2455
|
}
|
|
2454
2456
|
|
|
2455
2457
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license:before {
|
|
2456
|
-
content: unquote('"#{ $fa-var-id-card }"');
|
|
2458
|
+
content: string.unquote('"#{ $fa-var-id-card }"');
|
|
2457
2459
|
}
|
|
2458
2460
|
|
|
2459
2461
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-id-card-o {
|
|
@@ -2461,7 +2463,7 @@
|
|
|
2461
2463
|
font-weight: 400;
|
|
2462
2464
|
}
|
|
2463
2465
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-id-card-o:before {
|
|
2464
|
-
content: unquote('"#{ $fa-var-id-card }"');
|
|
2466
|
+
content: string.unquote('"#{ $fa-var-id-card }"');
|
|
2465
2467
|
}
|
|
2466
2468
|
|
|
2467
2469
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license-o {
|
|
@@ -2469,7 +2471,7 @@
|
|
|
2469
2471
|
font-weight: 400;
|
|
2470
2472
|
}
|
|
2471
2473
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license-o:before {
|
|
2472
|
-
content: unquote('"#{ $fa-var-id-card }"');
|
|
2474
|
+
content: string.unquote('"#{ $fa-var-id-card }"');
|
|
2473
2475
|
}
|
|
2474
2476
|
|
|
2475
2477
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-quora {
|
|
@@ -2488,35 +2490,35 @@
|
|
|
2488
2490
|
}
|
|
2489
2491
|
|
|
2490
2492
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-4:before {
|
|
2491
|
-
content: unquote('"#{ $fa-var-temperature-full }"');
|
|
2493
|
+
content: string.unquote('"#{ $fa-var-temperature-full }"');
|
|
2492
2494
|
}
|
|
2493
2495
|
|
|
2494
2496
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer:before {
|
|
2495
|
-
content: unquote('"#{ $fa-var-temperature-full }"');
|
|
2497
|
+
content: string.unquote('"#{ $fa-var-temperature-full }"');
|
|
2496
2498
|
}
|
|
2497
2499
|
|
|
2498
2500
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-3:before {
|
|
2499
|
-
content: unquote('"#{ $fa-var-temperature-three-quarters }"');
|
|
2501
|
+
content: string.unquote('"#{ $fa-var-temperature-three-quarters }"');
|
|
2500
2502
|
}
|
|
2501
2503
|
|
|
2502
2504
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-2:before {
|
|
2503
|
-
content: unquote('"#{ $fa-var-temperature-half }"');
|
|
2505
|
+
content: string.unquote('"#{ $fa-var-temperature-half }"');
|
|
2504
2506
|
}
|
|
2505
2507
|
|
|
2506
2508
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-1:before {
|
|
2507
|
-
content: unquote('"#{ $fa-var-temperature-quarter }"');
|
|
2509
|
+
content: string.unquote('"#{ $fa-var-temperature-quarter }"');
|
|
2508
2510
|
}
|
|
2509
2511
|
|
|
2510
2512
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-0:before {
|
|
2511
|
-
content: unquote('"#{ $fa-var-temperature-empty }"');
|
|
2513
|
+
content: string.unquote('"#{ $fa-var-temperature-empty }"');
|
|
2512
2514
|
}
|
|
2513
2515
|
|
|
2514
2516
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-bathtub:before {
|
|
2515
|
-
content: unquote('"#{ $fa-var-bath }"');
|
|
2517
|
+
content: string.unquote('"#{ $fa-var-bath }"');
|
|
2516
2518
|
}
|
|
2517
2519
|
|
|
2518
2520
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-s15:before {
|
|
2519
|
-
content: unquote('"#{ $fa-var-bath }"');
|
|
2521
|
+
content: string.unquote('"#{ $fa-var-bath }"');
|
|
2520
2522
|
}
|
|
2521
2523
|
|
|
2522
2524
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-window-maximize {
|
|
@@ -2530,7 +2532,7 @@
|
|
|
2530
2532
|
}
|
|
2531
2533
|
|
|
2532
2534
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle:before {
|
|
2533
|
-
content: unquote('"#{ $fa-var-rectangle-xmark }"');
|
|
2535
|
+
content: string.unquote('"#{ $fa-var-rectangle-xmark }"');
|
|
2534
2536
|
}
|
|
2535
2537
|
|
|
2536
2538
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-window-close-o {
|
|
@@ -2538,7 +2540,7 @@
|
|
|
2538
2540
|
font-weight: 400;
|
|
2539
2541
|
}
|
|
2540
2542
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-window-close-o:before {
|
|
2541
|
-
content: unquote('"#{ $fa-var-rectangle-xmark }"');
|
|
2543
|
+
content: string.unquote('"#{ $fa-var-rectangle-xmark }"');
|
|
2542
2544
|
}
|
|
2543
2545
|
|
|
2544
2546
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle-o {
|
|
@@ -2546,7 +2548,7 @@
|
|
|
2546
2548
|
font-weight: 400;
|
|
2547
2549
|
}
|
|
2548
2550
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle-o:before {
|
|
2549
|
-
content: unquote('"#{ $fa-var-rectangle-xmark }"');
|
|
2551
|
+
content: string.unquote('"#{ $fa-var-rectangle-xmark }"');
|
|
2550
2552
|
}
|
|
2551
2553
|
|
|
2552
2554
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-bandcamp {
|
|
@@ -2579,7 +2581,7 @@
|
|
|
2579
2581
|
font-weight: 400;
|
|
2580
2582
|
}
|
|
2581
2583
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-eercast:before {
|
|
2582
|
-
content: unquote('"#{ $fa-var-sellcast }"');
|
|
2584
|
+
content: string.unquote('"#{ $fa-var-sellcast }"');
|
|
2583
2585
|
}
|
|
2584
2586
|
|
|
2585
2587
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-snowflake-o {
|
|
@@ -2587,7 +2589,7 @@
|
|
|
2587
2589
|
font-weight: 400;
|
|
2588
2590
|
}
|
|
2589
2591
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-snowflake-o:before {
|
|
2590
|
-
content: unquote('"#{ $fa-var-snowflake }"');
|
|
2592
|
+
content: string.unquote('"#{ $fa-var-snowflake }"');
|
|
2591
2593
|
}
|
|
2592
2594
|
|
|
2593
2595
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-superpowers {
|