bootstrap-sass 3.3.2.0 → 3.3.2.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of bootstrap-sass might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 644f7e3fc0c28fc00316f5ce5abd45d37c273812
4
- data.tar.gz: 1ce0efa8ebbcdf445225f91f3bc618542cc85b16
3
+ metadata.gz: 8bde8ef80cb8e1f93c2a1ac93195d3b4ce6125a8
4
+ data.tar.gz: 059628847eb35f87ae8a5352b234d6911b15d922
5
5
  SHA512:
6
- metadata.gz: a03f5c9aaca7b39432b6e7e83183e1597173c6034fd12348314ef1ff000ce2133316d667166786df3bfbae8e0646fd2b368e0cb99589677c06da2abbe587c0e7
7
- data.tar.gz: 88cdb03d47893ab140a4ae5a8170c5fe4f1a5131adec88d41976e3e1bc647f86925f11188392a339f3c76816a1c29f3dc73b56314e603132b767bdd7d350cb01
6
+ metadata.gz: 17e7bd2b1742e5c8de0e9670549917f66905bc78ea645c5b1c2433b7f0c0272453eb9553d319ed7a12087c6bb833b93a96d6e9e6e20d36ed3594566aff7590f5
7
+ data.tar.gz: 88566179ea2b411b5ca5b0b20a3a708d9827193d80e7623b26fcf0ad574474a2fdf996218005c19b03a570a0f3d88f9c8cac04a582b029093da7ee3e90cc4f49
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.3.2.1
4
+
5
+ * Fix glyphicons regression (revert 443d5b49eac84aec1cb2f8ea173554327bfc8c14)
6
+
7
+ ## 3.3.2.0
8
+
9
+ * Autoprefixer is now required, and `autoprefixer-rails` is now a dependency for the ruby gem. [#824](https://github.com/twbs/bootstrap-sass/issues/824)
10
+ * Minimum precision reduced from 10 to 8 [#821](https://github.com/twbs/bootstrap-sass/issues/821)
11
+ * Requiring bootstrap JS from npm now works [#812](https://github.com/twbs/bootstrap-sass/issues/812)
12
+ * Fix Sass 3.4.x + IE10 compatibility issue [#803](https://github.com/twbs/bootstrap-sass/issues/803)
13
+ * Provide minified JS bundle [#777](https://github.com/twbs/bootstrap-sass/issues/777)
14
+ * Bower package is now at bootstrap-sass [#813](https://github.com/twbs/bootstrap-sass/issues/813)
15
+
16
+
3
17
  ## 3.3.1.0
4
18
 
5
19
  * Variables override template at templates/project/_bootstrap-variables.sass
data/README.md CHANGED
@@ -136,7 +136,7 @@ If this happens, change the import order so that Compass mixins are loaded later
136
136
  bootstrap-sass Bower package is compatible with node-sass 1.2.3+. You can install it with:
137
137
 
138
138
  ```console
139
- $ bower install bootstrap-sass
139
+ $ bower install bootstrap-sass\#v3.3.2+1
140
140
  ```
141
141
 
142
142
  Sass, JS, and all other assets are located at [assets](/assets).
@@ -14,7 +14,7 @@
14
14
  display: inline-block;
15
15
 
16
16
  + li:before {
17
- content: #{$breadcrumb-separator}\00a0; // Unicode space added since inline-block means non-collapsing white-space
17
+ content: "#{$breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
18
18
  padding: 0 5px;
19
19
  color: $breadcrumb-color;
20
20
  }
@@ -35,267 +35,267 @@
35
35
  .glyphicon-asterisk { &:before { content: "\2a"; } }
36
36
  .glyphicon-plus { &:before { content: "\2b"; } }
37
37
  .glyphicon-euro,
38
- .glyphicon-eur { &:before { content: \20ac; } }
39
- .glyphicon-minus { &:before { content: \2212; } }
40
- .glyphicon-cloud { &:before { content: \2601; } }
41
- .glyphicon-envelope { &:before { content: \2709; } }
42
- .glyphicon-pencil { &:before { content: \270f; } }
43
- .glyphicon-glass { &:before { content: \e001; } }
44
- .glyphicon-music { &:before { content: \e002; } }
45
- .glyphicon-search { &:before { content: \e003; } }
46
- .glyphicon-heart { &:before { content: \e005; } }
47
- .glyphicon-star { &:before { content: \e006; } }
48
- .glyphicon-star-empty { &:before { content: \e007; } }
49
- .glyphicon-user { &:before { content: \e008; } }
50
- .glyphicon-film { &:before { content: \e009; } }
51
- .glyphicon-th-large { &:before { content: \e010; } }
52
- .glyphicon-th { &:before { content: \e011; } }
53
- .glyphicon-th-list { &:before { content: \e012; } }
54
- .glyphicon-ok { &:before { content: \e013; } }
55
- .glyphicon-remove { &:before { content: \e014; } }
56
- .glyphicon-zoom-in { &:before { content: \e015; } }
57
- .glyphicon-zoom-out { &:before { content: \e016; } }
58
- .glyphicon-off { &:before { content: \e017; } }
59
- .glyphicon-signal { &:before { content: \e018; } }
60
- .glyphicon-cog { &:before { content: \e019; } }
61
- .glyphicon-trash { &:before { content: \e020; } }
62
- .glyphicon-home { &:before { content: \e021; } }
63
- .glyphicon-file { &:before { content: \e022; } }
64
- .glyphicon-time { &:before { content: \e023; } }
65
- .glyphicon-road { &:before { content: \e024; } }
66
- .glyphicon-download-alt { &:before { content: \e025; } }
67
- .glyphicon-download { &:before { content: \e026; } }
68
- .glyphicon-upload { &:before { content: \e027; } }
69
- .glyphicon-inbox { &:before { content: \e028; } }
70
- .glyphicon-play-circle { &:before { content: \e029; } }
71
- .glyphicon-repeat { &:before { content: \e030; } }
72
- .glyphicon-refresh { &:before { content: \e031; } }
73
- .glyphicon-list-alt { &:before { content: \e032; } }
74
- .glyphicon-lock { &:before { content: \e033; } }
75
- .glyphicon-flag { &:before { content: \e034; } }
76
- .glyphicon-headphones { &:before { content: \e035; } }
77
- .glyphicon-volume-off { &:before { content: \e036; } }
78
- .glyphicon-volume-down { &:before { content: \e037; } }
79
- .glyphicon-volume-up { &:before { content: \e038; } }
80
- .glyphicon-qrcode { &:before { content: \e039; } }
81
- .glyphicon-barcode { &:before { content: \e040; } }
82
- .glyphicon-tag { &:before { content: \e041; } }
83
- .glyphicon-tags { &:before { content: \e042; } }
84
- .glyphicon-book { &:before { content: \e043; } }
85
- .glyphicon-bookmark { &:before { content: \e044; } }
86
- .glyphicon-print { &:before { content: \e045; } }
87
- .glyphicon-camera { &:before { content: \e046; } }
88
- .glyphicon-font { &:before { content: \e047; } }
89
- .glyphicon-bold { &:before { content: \e048; } }
90
- .glyphicon-italic { &:before { content: \e049; } }
91
- .glyphicon-text-height { &:before { content: \e050; } }
92
- .glyphicon-text-width { &:before { content: \e051; } }
93
- .glyphicon-align-left { &:before { content: \e052; } }
94
- .glyphicon-align-center { &:before { content: \e053; } }
95
- .glyphicon-align-right { &:before { content: \e054; } }
96
- .glyphicon-align-justify { &:before { content: \e055; } }
97
- .glyphicon-list { &:before { content: \e056; } }
98
- .glyphicon-indent-left { &:before { content: \e057; } }
99
- .glyphicon-indent-right { &:before { content: \e058; } }
100
- .glyphicon-facetime-video { &:before { content: \e059; } }
101
- .glyphicon-picture { &:before { content: \e060; } }
102
- .glyphicon-map-marker { &:before { content: \e062; } }
103
- .glyphicon-adjust { &:before { content: \e063; } }
104
- .glyphicon-tint { &:before { content: \e064; } }
105
- .glyphicon-edit { &:before { content: \e065; } }
106
- .glyphicon-share { &:before { content: \e066; } }
107
- .glyphicon-check { &:before { content: \e067; } }
108
- .glyphicon-move { &:before { content: \e068; } }
109
- .glyphicon-step-backward { &:before { content: \e069; } }
110
- .glyphicon-fast-backward { &:before { content: \e070; } }
111
- .glyphicon-backward { &:before { content: \e071; } }
112
- .glyphicon-play { &:before { content: \e072; } }
113
- .glyphicon-pause { &:before { content: \e073; } }
114
- .glyphicon-stop { &:before { content: \e074; } }
115
- .glyphicon-forward { &:before { content: \e075; } }
116
- .glyphicon-fast-forward { &:before { content: \e076; } }
117
- .glyphicon-step-forward { &:before { content: \e077; } }
118
- .glyphicon-eject { &:before { content: \e078; } }
119
- .glyphicon-chevron-left { &:before { content: \e079; } }
120
- .glyphicon-chevron-right { &:before { content: \e080; } }
121
- .glyphicon-plus-sign { &:before { content: \e081; } }
122
- .glyphicon-minus-sign { &:before { content: \e082; } }
123
- .glyphicon-remove-sign { &:before { content: \e083; } }
124
- .glyphicon-ok-sign { &:before { content: \e084; } }
125
- .glyphicon-question-sign { &:before { content: \e085; } }
126
- .glyphicon-info-sign { &:before { content: \e086; } }
127
- .glyphicon-screenshot { &:before { content: \e087; } }
128
- .glyphicon-remove-circle { &:before { content: \e088; } }
129
- .glyphicon-ok-circle { &:before { content: \e089; } }
130
- .glyphicon-ban-circle { &:before { content: \e090; } }
131
- .glyphicon-arrow-left { &:before { content: \e091; } }
132
- .glyphicon-arrow-right { &:before { content: \e092; } }
133
- .glyphicon-arrow-up { &:before { content: \e093; } }
134
- .glyphicon-arrow-down { &:before { content: \e094; } }
135
- .glyphicon-share-alt { &:before { content: \e095; } }
136
- .glyphicon-resize-full { &:before { content: \e096; } }
137
- .glyphicon-resize-small { &:before { content: \e097; } }
138
- .glyphicon-exclamation-sign { &:before { content: \e101; } }
139
- .glyphicon-gift { &:before { content: \e102; } }
140
- .glyphicon-leaf { &:before { content: \e103; } }
141
- .glyphicon-fire { &:before { content: \e104; } }
142
- .glyphicon-eye-open { &:before { content: \e105; } }
143
- .glyphicon-eye-close { &:before { content: \e106; } }
144
- .glyphicon-warning-sign { &:before { content: \e107; } }
145
- .glyphicon-plane { &:before { content: \e108; } }
146
- .glyphicon-calendar { &:before { content: \e109; } }
147
- .glyphicon-random { &:before { content: \e110; } }
148
- .glyphicon-comment { &:before { content: \e111; } }
149
- .glyphicon-magnet { &:before { content: \e112; } }
150
- .glyphicon-chevron-up { &:before { content: \e113; } }
151
- .glyphicon-chevron-down { &:before { content: \e114; } }
152
- .glyphicon-retweet { &:before { content: \e115; } }
153
- .glyphicon-shopping-cart { &:before { content: \e116; } }
154
- .glyphicon-folder-close { &:before { content: \e117; } }
155
- .glyphicon-folder-open { &:before { content: \e118; } }
156
- .glyphicon-resize-vertical { &:before { content: \e119; } }
157
- .glyphicon-resize-horizontal { &:before { content: \e120; } }
158
- .glyphicon-hdd { &:before { content: \e121; } }
159
- .glyphicon-bullhorn { &:before { content: \e122; } }
160
- .glyphicon-bell { &:before { content: \e123; } }
161
- .glyphicon-certificate { &:before { content: \e124; } }
162
- .glyphicon-thumbs-up { &:before { content: \e125; } }
163
- .glyphicon-thumbs-down { &:before { content: \e126; } }
164
- .glyphicon-hand-right { &:before { content: \e127; } }
165
- .glyphicon-hand-left { &:before { content: \e128; } }
166
- .glyphicon-hand-up { &:before { content: \e129; } }
167
- .glyphicon-hand-down { &:before { content: \e130; } }
168
- .glyphicon-circle-arrow-right { &:before { content: \e131; } }
169
- .glyphicon-circle-arrow-left { &:before { content: \e132; } }
170
- .glyphicon-circle-arrow-up { &:before { content: \e133; } }
171
- .glyphicon-circle-arrow-down { &:before { content: \e134; } }
172
- .glyphicon-globe { &:before { content: \e135; } }
173
- .glyphicon-wrench { &:before { content: \e136; } }
174
- .glyphicon-tasks { &:before { content: \e137; } }
175
- .glyphicon-filter { &:before { content: \e138; } }
176
- .glyphicon-briefcase { &:before { content: \e139; } }
177
- .glyphicon-fullscreen { &:before { content: \e140; } }
178
- .glyphicon-dashboard { &:before { content: \e141; } }
179
- .glyphicon-paperclip { &:before { content: \e142; } }
180
- .glyphicon-heart-empty { &:before { content: \e143; } }
181
- .glyphicon-link { &:before { content: \e144; } }
182
- .glyphicon-phone { &:before { content: \e145; } }
183
- .glyphicon-pushpin { &:before { content: \e146; } }
184
- .glyphicon-usd { &:before { content: \e148; } }
185
- .glyphicon-gbp { &:before { content: \e149; } }
186
- .glyphicon-sort { &:before { content: \e150; } }
187
- .glyphicon-sort-by-alphabet { &:before { content: \e151; } }
188
- .glyphicon-sort-by-alphabet-alt { &:before { content: \e152; } }
189
- .glyphicon-sort-by-order { &:before { content: \e153; } }
190
- .glyphicon-sort-by-order-alt { &:before { content: \e154; } }
191
- .glyphicon-sort-by-attributes { &:before { content: \e155; } }
192
- .glyphicon-sort-by-attributes-alt { &:before { content: \e156; } }
193
- .glyphicon-unchecked { &:before { content: \e157; } }
194
- .glyphicon-expand { &:before { content: \e158; } }
195
- .glyphicon-collapse-down { &:before { content: \e159; } }
196
- .glyphicon-collapse-up { &:before { content: \e160; } }
197
- .glyphicon-log-in { &:before { content: \e161; } }
198
- .glyphicon-flash { &:before { content: \e162; } }
199
- .glyphicon-log-out { &:before { content: \e163; } }
200
- .glyphicon-new-window { &:before { content: \e164; } }
201
- .glyphicon-record { &:before { content: \e165; } }
202
- .glyphicon-save { &:before { content: \e166; } }
203
- .glyphicon-open { &:before { content: \e167; } }
204
- .glyphicon-saved { &:before { content: \e168; } }
205
- .glyphicon-import { &:before { content: \e169; } }
206
- .glyphicon-export { &:before { content: \e170; } }
207
- .glyphicon-send { &:before { content: \e171; } }
208
- .glyphicon-floppy-disk { &:before { content: \e172; } }
209
- .glyphicon-floppy-saved { &:before { content: \e173; } }
210
- .glyphicon-floppy-remove { &:before { content: \e174; } }
211
- .glyphicon-floppy-save { &:before { content: \e175; } }
212
- .glyphicon-floppy-open { &:before { content: \e176; } }
213
- .glyphicon-credit-card { &:before { content: \e177; } }
214
- .glyphicon-transfer { &:before { content: \e178; } }
215
- .glyphicon-cutlery { &:before { content: \e179; } }
216
- .glyphicon-header { &:before { content: \e180; } }
217
- .glyphicon-compressed { &:before { content: \e181; } }
218
- .glyphicon-earphone { &:before { content: \e182; } }
219
- .glyphicon-phone-alt { &:before { content: \e183; } }
220
- .glyphicon-tower { &:before { content: \e184; } }
221
- .glyphicon-stats { &:before { content: \e185; } }
222
- .glyphicon-sd-video { &:before { content: \e186; } }
223
- .glyphicon-hd-video { &:before { content: \e187; } }
224
- .glyphicon-subtitles { &:before { content: \e188; } }
225
- .glyphicon-sound-stereo { &:before { content: \e189; } }
226
- .glyphicon-sound-dolby { &:before { content: \e190; } }
227
- .glyphicon-sound-5-1 { &:before { content: \e191; } }
228
- .glyphicon-sound-6-1 { &:before { content: \e192; } }
229
- .glyphicon-sound-7-1 { &:before { content: \e193; } }
230
- .glyphicon-copyright-mark { &:before { content: \e194; } }
231
- .glyphicon-registration-mark { &:before { content: \e195; } }
232
- .glyphicon-cloud-download { &:before { content: \e197; } }
233
- .glyphicon-cloud-upload { &:before { content: \e198; } }
234
- .glyphicon-tree-conifer { &:before { content: \e199; } }
235
- .glyphicon-tree-deciduous { &:before { content: \e200; } }
236
- .glyphicon-cd { &:before { content: \e201; } }
237
- .glyphicon-save-file { &:before { content: \e202; } }
238
- .glyphicon-open-file { &:before { content: \e203; } }
239
- .glyphicon-level-up { &:before { content: \e204; } }
240
- .glyphicon-copy { &:before { content: \e205; } }
241
- .glyphicon-paste { &:before { content: \e206; } }
38
+ .glyphicon-eur { &:before { content: "\20ac"; } }
39
+ .glyphicon-minus { &:before { content: "\2212"; } }
40
+ .glyphicon-cloud { &:before { content: "\2601"; } }
41
+ .glyphicon-envelope { &:before { content: "\2709"; } }
42
+ .glyphicon-pencil { &:before { content: "\270f"; } }
43
+ .glyphicon-glass { &:before { content: "\e001"; } }
44
+ .glyphicon-music { &:before { content: "\e002"; } }
45
+ .glyphicon-search { &:before { content: "\e003"; } }
46
+ .glyphicon-heart { &:before { content: "\e005"; } }
47
+ .glyphicon-star { &:before { content: "\e006"; } }
48
+ .glyphicon-star-empty { &:before { content: "\e007"; } }
49
+ .glyphicon-user { &:before { content: "\e008"; } }
50
+ .glyphicon-film { &:before { content: "\e009"; } }
51
+ .glyphicon-th-large { &:before { content: "\e010"; } }
52
+ .glyphicon-th { &:before { content: "\e011"; } }
53
+ .glyphicon-th-list { &:before { content: "\e012"; } }
54
+ .glyphicon-ok { &:before { content: "\e013"; } }
55
+ .glyphicon-remove { &:before { content: "\e014"; } }
56
+ .glyphicon-zoom-in { &:before { content: "\e015"; } }
57
+ .glyphicon-zoom-out { &:before { content: "\e016"; } }
58
+ .glyphicon-off { &:before { content: "\e017"; } }
59
+ .glyphicon-signal { &:before { content: "\e018"; } }
60
+ .glyphicon-cog { &:before { content: "\e019"; } }
61
+ .glyphicon-trash { &:before { content: "\e020"; } }
62
+ .glyphicon-home { &:before { content: "\e021"; } }
63
+ .glyphicon-file { &:before { content: "\e022"; } }
64
+ .glyphicon-time { &:before { content: "\e023"; } }
65
+ .glyphicon-road { &:before { content: "\e024"; } }
66
+ .glyphicon-download-alt { &:before { content: "\e025"; } }
67
+ .glyphicon-download { &:before { content: "\e026"; } }
68
+ .glyphicon-upload { &:before { content: "\e027"; } }
69
+ .glyphicon-inbox { &:before { content: "\e028"; } }
70
+ .glyphicon-play-circle { &:before { content: "\e029"; } }
71
+ .glyphicon-repeat { &:before { content: "\e030"; } }
72
+ .glyphicon-refresh { &:before { content: "\e031"; } }
73
+ .glyphicon-list-alt { &:before { content: "\e032"; } }
74
+ .glyphicon-lock { &:before { content: "\e033"; } }
75
+ .glyphicon-flag { &:before { content: "\e034"; } }
76
+ .glyphicon-headphones { &:before { content: "\e035"; } }
77
+ .glyphicon-volume-off { &:before { content: "\e036"; } }
78
+ .glyphicon-volume-down { &:before { content: "\e037"; } }
79
+ .glyphicon-volume-up { &:before { content: "\e038"; } }
80
+ .glyphicon-qrcode { &:before { content: "\e039"; } }
81
+ .glyphicon-barcode { &:before { content: "\e040"; } }
82
+ .glyphicon-tag { &:before { content: "\e041"; } }
83
+ .glyphicon-tags { &:before { content: "\e042"; } }
84
+ .glyphicon-book { &:before { content: "\e043"; } }
85
+ .glyphicon-bookmark { &:before { content: "\e044"; } }
86
+ .glyphicon-print { &:before { content: "\e045"; } }
87
+ .glyphicon-camera { &:before { content: "\e046"; } }
88
+ .glyphicon-font { &:before { content: "\e047"; } }
89
+ .glyphicon-bold { &:before { content: "\e048"; } }
90
+ .glyphicon-italic { &:before { content: "\e049"; } }
91
+ .glyphicon-text-height { &:before { content: "\e050"; } }
92
+ .glyphicon-text-width { &:before { content: "\e051"; } }
93
+ .glyphicon-align-left { &:before { content: "\e052"; } }
94
+ .glyphicon-align-center { &:before { content: "\e053"; } }
95
+ .glyphicon-align-right { &:before { content: "\e054"; } }
96
+ .glyphicon-align-justify { &:before { content: "\e055"; } }
97
+ .glyphicon-list { &:before { content: "\e056"; } }
98
+ .glyphicon-indent-left { &:before { content: "\e057"; } }
99
+ .glyphicon-indent-right { &:before { content: "\e058"; } }
100
+ .glyphicon-facetime-video { &:before { content: "\e059"; } }
101
+ .glyphicon-picture { &:before { content: "\e060"; } }
102
+ .glyphicon-map-marker { &:before { content: "\e062"; } }
103
+ .glyphicon-adjust { &:before { content: "\e063"; } }
104
+ .glyphicon-tint { &:before { content: "\e064"; } }
105
+ .glyphicon-edit { &:before { content: "\e065"; } }
106
+ .glyphicon-share { &:before { content: "\e066"; } }
107
+ .glyphicon-check { &:before { content: "\e067"; } }
108
+ .glyphicon-move { &:before { content: "\e068"; } }
109
+ .glyphicon-step-backward { &:before { content: "\e069"; } }
110
+ .glyphicon-fast-backward { &:before { content: "\e070"; } }
111
+ .glyphicon-backward { &:before { content: "\e071"; } }
112
+ .glyphicon-play { &:before { content: "\e072"; } }
113
+ .glyphicon-pause { &:before { content: "\e073"; } }
114
+ .glyphicon-stop { &:before { content: "\e074"; } }
115
+ .glyphicon-forward { &:before { content: "\e075"; } }
116
+ .glyphicon-fast-forward { &:before { content: "\e076"; } }
117
+ .glyphicon-step-forward { &:before { content: "\e077"; } }
118
+ .glyphicon-eject { &:before { content: "\e078"; } }
119
+ .glyphicon-chevron-left { &:before { content: "\e079"; } }
120
+ .glyphicon-chevron-right { &:before { content: "\e080"; } }
121
+ .glyphicon-plus-sign { &:before { content: "\e081"; } }
122
+ .glyphicon-minus-sign { &:before { content: "\e082"; } }
123
+ .glyphicon-remove-sign { &:before { content: "\e083"; } }
124
+ .glyphicon-ok-sign { &:before { content: "\e084"; } }
125
+ .glyphicon-question-sign { &:before { content: "\e085"; } }
126
+ .glyphicon-info-sign { &:before { content: "\e086"; } }
127
+ .glyphicon-screenshot { &:before { content: "\e087"; } }
128
+ .glyphicon-remove-circle { &:before { content: "\e088"; } }
129
+ .glyphicon-ok-circle { &:before { content: "\e089"; } }
130
+ .glyphicon-ban-circle { &:before { content: "\e090"; } }
131
+ .glyphicon-arrow-left { &:before { content: "\e091"; } }
132
+ .glyphicon-arrow-right { &:before { content: "\e092"; } }
133
+ .glyphicon-arrow-up { &:before { content: "\e093"; } }
134
+ .glyphicon-arrow-down { &:before { content: "\e094"; } }
135
+ .glyphicon-share-alt { &:before { content: "\e095"; } }
136
+ .glyphicon-resize-full { &:before { content: "\e096"; } }
137
+ .glyphicon-resize-small { &:before { content: "\e097"; } }
138
+ .glyphicon-exclamation-sign { &:before { content: "\e101"; } }
139
+ .glyphicon-gift { &:before { content: "\e102"; } }
140
+ .glyphicon-leaf { &:before { content: "\e103"; } }
141
+ .glyphicon-fire { &:before { content: "\e104"; } }
142
+ .glyphicon-eye-open { &:before { content: "\e105"; } }
143
+ .glyphicon-eye-close { &:before { content: "\e106"; } }
144
+ .glyphicon-warning-sign { &:before { content: "\e107"; } }
145
+ .glyphicon-plane { &:before { content: "\e108"; } }
146
+ .glyphicon-calendar { &:before { content: "\e109"; } }
147
+ .glyphicon-random { &:before { content: "\e110"; } }
148
+ .glyphicon-comment { &:before { content: "\e111"; } }
149
+ .glyphicon-magnet { &:before { content: "\e112"; } }
150
+ .glyphicon-chevron-up { &:before { content: "\e113"; } }
151
+ .glyphicon-chevron-down { &:before { content: "\e114"; } }
152
+ .glyphicon-retweet { &:before { content: "\e115"; } }
153
+ .glyphicon-shopping-cart { &:before { content: "\e116"; } }
154
+ .glyphicon-folder-close { &:before { content: "\e117"; } }
155
+ .glyphicon-folder-open { &:before { content: "\e118"; } }
156
+ .glyphicon-resize-vertical { &:before { content: "\e119"; } }
157
+ .glyphicon-resize-horizontal { &:before { content: "\e120"; } }
158
+ .glyphicon-hdd { &:before { content: "\e121"; } }
159
+ .glyphicon-bullhorn { &:before { content: "\e122"; } }
160
+ .glyphicon-bell { &:before { content: "\e123"; } }
161
+ .glyphicon-certificate { &:before { content: "\e124"; } }
162
+ .glyphicon-thumbs-up { &:before { content: "\e125"; } }
163
+ .glyphicon-thumbs-down { &:before { content: "\e126"; } }
164
+ .glyphicon-hand-right { &:before { content: "\e127"; } }
165
+ .glyphicon-hand-left { &:before { content: "\e128"; } }
166
+ .glyphicon-hand-up { &:before { content: "\e129"; } }
167
+ .glyphicon-hand-down { &:before { content: "\e130"; } }
168
+ .glyphicon-circle-arrow-right { &:before { content: "\e131"; } }
169
+ .glyphicon-circle-arrow-left { &:before { content: "\e132"; } }
170
+ .glyphicon-circle-arrow-up { &:before { content: "\e133"; } }
171
+ .glyphicon-circle-arrow-down { &:before { content: "\e134"; } }
172
+ .glyphicon-globe { &:before { content: "\e135"; } }
173
+ .glyphicon-wrench { &:before { content: "\e136"; } }
174
+ .glyphicon-tasks { &:before { content: "\e137"; } }
175
+ .glyphicon-filter { &:before { content: "\e138"; } }
176
+ .glyphicon-briefcase { &:before { content: "\e139"; } }
177
+ .glyphicon-fullscreen { &:before { content: "\e140"; } }
178
+ .glyphicon-dashboard { &:before { content: "\e141"; } }
179
+ .glyphicon-paperclip { &:before { content: "\e142"; } }
180
+ .glyphicon-heart-empty { &:before { content: "\e143"; } }
181
+ .glyphicon-link { &:before { content: "\e144"; } }
182
+ .glyphicon-phone { &:before { content: "\e145"; } }
183
+ .glyphicon-pushpin { &:before { content: "\e146"; } }
184
+ .glyphicon-usd { &:before { content: "\e148"; } }
185
+ .glyphicon-gbp { &:before { content: "\e149"; } }
186
+ .glyphicon-sort { &:before { content: "\e150"; } }
187
+ .glyphicon-sort-by-alphabet { &:before { content: "\e151"; } }
188
+ .glyphicon-sort-by-alphabet-alt { &:before { content: "\e152"; } }
189
+ .glyphicon-sort-by-order { &:before { content: "\e153"; } }
190
+ .glyphicon-sort-by-order-alt { &:before { content: "\e154"; } }
191
+ .glyphicon-sort-by-attributes { &:before { content: "\e155"; } }
192
+ .glyphicon-sort-by-attributes-alt { &:before { content: "\e156"; } }
193
+ .glyphicon-unchecked { &:before { content: "\e157"; } }
194
+ .glyphicon-expand { &:before { content: "\e158"; } }
195
+ .glyphicon-collapse-down { &:before { content: "\e159"; } }
196
+ .glyphicon-collapse-up { &:before { content: "\e160"; } }
197
+ .glyphicon-log-in { &:before { content: "\e161"; } }
198
+ .glyphicon-flash { &:before { content: "\e162"; } }
199
+ .glyphicon-log-out { &:before { content: "\e163"; } }
200
+ .glyphicon-new-window { &:before { content: "\e164"; } }
201
+ .glyphicon-record { &:before { content: "\e165"; } }
202
+ .glyphicon-save { &:before { content: "\e166"; } }
203
+ .glyphicon-open { &:before { content: "\e167"; } }
204
+ .glyphicon-saved { &:before { content: "\e168"; } }
205
+ .glyphicon-import { &:before { content: "\e169"; } }
206
+ .glyphicon-export { &:before { content: "\e170"; } }
207
+ .glyphicon-send { &:before { content: "\e171"; } }
208
+ .glyphicon-floppy-disk { &:before { content: "\e172"; } }
209
+ .glyphicon-floppy-saved { &:before { content: "\e173"; } }
210
+ .glyphicon-floppy-remove { &:before { content: "\e174"; } }
211
+ .glyphicon-floppy-save { &:before { content: "\e175"; } }
212
+ .glyphicon-floppy-open { &:before { content: "\e176"; } }
213
+ .glyphicon-credit-card { &:before { content: "\e177"; } }
214
+ .glyphicon-transfer { &:before { content: "\e178"; } }
215
+ .glyphicon-cutlery { &:before { content: "\e179"; } }
216
+ .glyphicon-header { &:before { content: "\e180"; } }
217
+ .glyphicon-compressed { &:before { content: "\e181"; } }
218
+ .glyphicon-earphone { &:before { content: "\e182"; } }
219
+ .glyphicon-phone-alt { &:before { content: "\e183"; } }
220
+ .glyphicon-tower { &:before { content: "\e184"; } }
221
+ .glyphicon-stats { &:before { content: "\e185"; } }
222
+ .glyphicon-sd-video { &:before { content: "\e186"; } }
223
+ .glyphicon-hd-video { &:before { content: "\e187"; } }
224
+ .glyphicon-subtitles { &:before { content: "\e188"; } }
225
+ .glyphicon-sound-stereo { &:before { content: "\e189"; } }
226
+ .glyphicon-sound-dolby { &:before { content: "\e190"; } }
227
+ .glyphicon-sound-5-1 { &:before { content: "\e191"; } }
228
+ .glyphicon-sound-6-1 { &:before { content: "\e192"; } }
229
+ .glyphicon-sound-7-1 { &:before { content: "\e193"; } }
230
+ .glyphicon-copyright-mark { &:before { content: "\e194"; } }
231
+ .glyphicon-registration-mark { &:before { content: "\e195"; } }
232
+ .glyphicon-cloud-download { &:before { content: "\e197"; } }
233
+ .glyphicon-cloud-upload { &:before { content: "\e198"; } }
234
+ .glyphicon-tree-conifer { &:before { content: "\e199"; } }
235
+ .glyphicon-tree-deciduous { &:before { content: "\e200"; } }
236
+ .glyphicon-cd { &:before { content: "\e201"; } }
237
+ .glyphicon-save-file { &:before { content: "\e202"; } }
238
+ .glyphicon-open-file { &:before { content: "\e203"; } }
239
+ .glyphicon-level-up { &:before { content: "\e204"; } }
240
+ .glyphicon-copy { &:before { content: "\e205"; } }
241
+ .glyphicon-paste { &:before { content: "\e206"; } }
242
242
  // The following 2 Glyphicons are omitted for the time being because
243
243
  // they currently use Unicode codepoints that are outside the
244
244
  // Basic Multilingual Plane (BMP). Older buggy versions of WebKit can't handle
245
245
  // non-BMP codepoints in CSS string escapes, and thus can't display these two icons.
246
246
  // Notably, the bug affects some older versions of the Android Browser.
247
247
  // More info: https://github.com/twbs/bootstrap/issues/10106
248
- // .glyphicon-door { &:before { content: \1f6aa; } }
249
- // .glyphicon-key { &:before { content: \1f511; } }
250
- .glyphicon-alert { &:before { content: \e209; } }
251
- .glyphicon-equalizer { &:before { content: \e210; } }
252
- .glyphicon-king { &:before { content: \e211; } }
253
- .glyphicon-queen { &:before { content: \e212; } }
254
- .glyphicon-pawn { &:before { content: \e213; } }
255
- .glyphicon-bishop { &:before { content: \e214; } }
256
- .glyphicon-knight { &:before { content: \e215; } }
257
- .glyphicon-baby-formula { &:before { content: \e216; } }
258
- .glyphicon-tent { &:before { content: \26fa; } }
259
- .glyphicon-blackboard { &:before { content: \e218; } }
260
- .glyphicon-bed { &:before { content: \e219; } }
261
- .glyphicon-apple { &:before { content: \f8ff; } }
262
- .glyphicon-erase { &:before { content: \e221; } }
263
- .glyphicon-hourglass { &:before { content: \231b; } }
264
- .glyphicon-lamp { &:before { content: \e223; } }
265
- .glyphicon-duplicate { &:before { content: \e224; } }
266
- .glyphicon-piggy-bank { &:before { content: \e225; } }
267
- .glyphicon-scissors { &:before { content: \e226; } }
268
- .glyphicon-bitcoin { &:before { content: \e227; } }
269
- .glyphicon-yen { &:before { content: \00a5; } }
270
- .glyphicon-ruble { &:before { content: \20bd; } }
271
- .glyphicon-scale { &:before { content: \e230; } }
272
- .glyphicon-ice-lolly { &:before { content: \e231; } }
273
- .glyphicon-ice-lolly-tasted { &:before { content: \e232; } }
274
- .glyphicon-education { &:before { content: \e233; } }
275
- .glyphicon-option-horizontal { &:before { content: \e234; } }
276
- .glyphicon-option-vertical { &:before { content: \e235; } }
277
- .glyphicon-menu-hamburger { &:before { content: \e236; } }
278
- .glyphicon-modal-window { &:before { content: \e237; } }
279
- .glyphicon-oil { &:before { content: \e238; } }
280
- .glyphicon-grain { &:before { content: \e239; } }
281
- .glyphicon-sunglasses { &:before { content: \e240; } }
282
- .glyphicon-text-size { &:before { content: \e241; } }
283
- .glyphicon-text-color { &:before { content: \e242; } }
284
- .glyphicon-text-background { &:before { content: \e243; } }
285
- .glyphicon-object-align-top { &:before { content: \e244; } }
286
- .glyphicon-object-align-bottom { &:before { content: \e245; } }
287
- .glyphicon-object-align-horizontal{ &:before { content: \e246; } }
288
- .glyphicon-object-align-left { &:before { content: \e247; } }
289
- .glyphicon-object-align-vertical { &:before { content: \e248; } }
290
- .glyphicon-object-align-right { &:before { content: \e249; } }
291
- .glyphicon-triangle-right { &:before { content: \e250; } }
292
- .glyphicon-triangle-left { &:before { content: \e251; } }
293
- .glyphicon-triangle-bottom { &:before { content: \e252; } }
294
- .glyphicon-triangle-top { &:before { content: \e253; } }
295
- .glyphicon-console { &:before { content: \e254; } }
296
- .glyphicon-superscript { &:before { content: \e255; } }
297
- .glyphicon-subscript { &:before { content: \e256; } }
298
- .glyphicon-menu-left { &:before { content: \e257; } }
299
- .glyphicon-menu-right { &:before { content: \e258; } }
300
- .glyphicon-menu-down { &:before { content: \e259; } }
301
- .glyphicon-menu-up { &:before { content: \e260; } }
248
+ // .glyphicon-door { &:before { content: "\1f6aa"; } }
249
+ // .glyphicon-key { &:before { content: "\1f511"; } }
250
+ .glyphicon-alert { &:before { content: "\e209"; } }
251
+ .glyphicon-equalizer { &:before { content: "\e210"; } }
252
+ .glyphicon-king { &:before { content: "\e211"; } }
253
+ .glyphicon-queen { &:before { content: "\e212"; } }
254
+ .glyphicon-pawn { &:before { content: "\e213"; } }
255
+ .glyphicon-bishop { &:before { content: "\e214"; } }
256
+ .glyphicon-knight { &:before { content: "\e215"; } }
257
+ .glyphicon-baby-formula { &:before { content: "\e216"; } }
258
+ .glyphicon-tent { &:before { content: "\26fa"; } }
259
+ .glyphicon-blackboard { &:before { content: "\e218"; } }
260
+ .glyphicon-bed { &:before { content: "\e219"; } }
261
+ .glyphicon-apple { &:before { content: "\f8ff"; } }
262
+ .glyphicon-erase { &:before { content: "\e221"; } }
263
+ .glyphicon-hourglass { &:before { content: "\231b"; } }
264
+ .glyphicon-lamp { &:before { content: "\e223"; } }
265
+ .glyphicon-duplicate { &:before { content: "\e224"; } }
266
+ .glyphicon-piggy-bank { &:before { content: "\e225"; } }
267
+ .glyphicon-scissors { &:before { content: "\e226"; } }
268
+ .glyphicon-bitcoin { &:before { content: "\e227"; } }
269
+ .glyphicon-yen { &:before { content: "\00a5"; } }
270
+ .glyphicon-ruble { &:before { content: "\20bd"; } }
271
+ .glyphicon-scale { &:before { content: "\e230"; } }
272
+ .glyphicon-ice-lolly { &:before { content: "\e231"; } }
273
+ .glyphicon-ice-lolly-tasted { &:before { content: "\e232"; } }
274
+ .glyphicon-education { &:before { content: "\e233"; } }
275
+ .glyphicon-option-horizontal { &:before { content: "\e234"; } }
276
+ .glyphicon-option-vertical { &:before { content: "\e235"; } }
277
+ .glyphicon-menu-hamburger { &:before { content: "\e236"; } }
278
+ .glyphicon-modal-window { &:before { content: "\e237"; } }
279
+ .glyphicon-oil { &:before { content: "\e238"; } }
280
+ .glyphicon-grain { &:before { content: "\e239"; } }
281
+ .glyphicon-sunglasses { &:before { content: "\e240"; } }
282
+ .glyphicon-text-size { &:before { content: "\e241"; } }
283
+ .glyphicon-text-color { &:before { content: "\e242"; } }
284
+ .glyphicon-text-background { &:before { content: "\e243"; } }
285
+ .glyphicon-object-align-top { &:before { content: "\e244"; } }
286
+ .glyphicon-object-align-bottom { &:before { content: "\e245"; } }
287
+ .glyphicon-object-align-horizontal{ &:before { content: "\e246"; } }
288
+ .glyphicon-object-align-left { &:before { content: "\e247"; } }
289
+ .glyphicon-object-align-vertical { &:before { content: "\e248"; } }
290
+ .glyphicon-object-align-right { &:before { content: "\e249"; } }
291
+ .glyphicon-triangle-right { &:before { content: "\e250"; } }
292
+ .glyphicon-triangle-left { &:before { content: "\e251"; } }
293
+ .glyphicon-triangle-bottom { &:before { content: "\e252"; } }
294
+ .glyphicon-triangle-top { &:before { content: "\e253"; } }
295
+ .glyphicon-console { &:before { content: "\e254"; } }
296
+ .glyphicon-superscript { &:before { content: "\e255"; } }
297
+ .glyphicon-subscript { &:before { content: "\e256"; } }
298
+ .glyphicon-menu-left { &:before { content: "\e257"; } }
299
+ .glyphicon-menu-right { &:before { content: "\e258"; } }
300
+ .glyphicon-menu-down { &:before { content: "\e259"; } }
301
+ .glyphicon-menu-up { &:before { content: "\e260"; } }
@@ -1,4 +1,4 @@
1
1
  module Bootstrap
2
- VERSION = '3.3.2.0'
2
+ VERSION = '3.3.2.1'
3
3
  BOOTSTRAP_SHA = 'bcf7dd38b5ab180256e2e4fb5da0369551b3f082'
4
4
  end
@@ -170,7 +170,6 @@ class Converter
170
170
  file = deinterpolate_vararg_mixins(file)
171
171
  file = replace_calculation_semantics(file)
172
172
  file = replace_file_imports(file)
173
- file = unquote_utf8_escape_sequences(file)
174
173
  file
175
174
  end
176
175
 
@@ -315,12 +314,6 @@ SASS
315
314
  %Q(@import "#{target_path}\\1";)
316
315
  end
317
316
 
318
- # Unquote escape sequences, e.g. content: "#{$sep}\00a0" to content: #{$sep}\00a0
319
- # Works around Sass 3.4 issue: https://github.com/sass/sass/issues/1395
320
- def unquote_utf8_escape_sequences(scss)
321
- scss.gsub /\"((?:#\{[^}]+\})?\\[a-f0-9]{4,}?)\"/, '\1'
322
- end
323
-
324
317
  def replace_all(file, regex, replacement = nil, &block)
325
318
  log_transform regex, replacement
326
319
  new_file = file.gsub(regex, replacement, &block)
@@ -1,4 +1,4 @@
1
- // Override Bootstrap variables here (defaults from bootstrap-sass v3.3.2.0):
1
+ // Override Bootstrap variables here (defaults from bootstrap-sass v3.3.2.1):
2
2
 
3
3
  //
4
4
  // Variables
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.2.0
4
+ version: 3.3.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas McDonald
@@ -403,7 +403,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
403
403
  version: '0'
404
404
  requirements: []
405
405
  rubyforge_project:
406
- rubygems_version: 2.2.2
406
+ rubygems_version: 2.4.1
407
407
  signing_key:
408
408
  specification_version: 4
409
409
  summary: Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass