twbs_less_rails 1.0.2 → 2.0.0

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.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -1
  3. data/CONTRIBUTING.md +1 -1
  4. data/Gemfile.lock +2 -2
  5. data/Rakefile +3 -6
  6. data/app/assets/fonts/fontawesome-webfont.eot +0 -0
  7. data/app/assets/fonts/fontawesome-webfont.svg +21 -6
  8. data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
  9. data/app/assets/fonts/fontawesome-webfont.woff +0 -0
  10. data/lib/twbs_less_rails/version.rb +1 -1
  11. data/vendor/assets/javascripts/twbs/bootstrap/affix.js +1 -1
  12. data/vendor/assets/javascripts/twbs/bootstrap/carousel.js +1 -1
  13. data/vendor/assets/javascripts/twbs/bootstrap/collapse.js +1 -1
  14. data/vendor/assets/javascripts/twbs/bootstrap/dropdown.js +1 -1
  15. data/vendor/assets/javascripts/twbs/bootstrap/modal.js +1 -1
  16. data/vendor/assets/javascripts/twbs/bootstrap/popover.js +1 -1
  17. data/vendor/assets/javascripts/twbs/bootstrap/scrollspy.js +1 -1
  18. data/vendor/assets/javascripts/twbs/bootstrap/tab.js +1 -1
  19. data/vendor/assets/javascripts/twbs/bootstrap/tooltip.js +1 -1
  20. data/vendor/assets/stylesheets/fontawesome/bordered-pulled.less +16 -0
  21. data/vendor/assets/stylesheets/fontawesome/core.less +9 -126
  22. data/vendor/assets/stylesheets/fontawesome/extras.less +2 -93
  23. data/vendor/assets/stylesheets/fontawesome/fixed-width.less +6 -0
  24. data/vendor/assets/stylesheets/fontawesome/font-awesome.less +13 -8
  25. data/vendor/assets/stylesheets/fontawesome/icons.less +409 -378
  26. data/vendor/assets/stylesheets/fontawesome/larger.less +13 -0
  27. data/vendor/assets/stylesheets/fontawesome/list.less +19 -0
  28. data/vendor/assets/stylesheets/fontawesome/mixins.less +14 -42
  29. data/vendor/assets/stylesheets/fontawesome/rotated-flipped.less +9 -0
  30. data/vendor/assets/stylesheets/fontawesome/spinning.less +30 -0
  31. data/vendor/assets/stylesheets/fontawesome/stacked.less +19 -0
  32. data/vendor/assets/stylesheets/fontawesome/variables.less +378 -731
  33. data/vendor/assets/stylesheets/twbs/bootstrap/button-groups.less +5 -0
  34. data/vendor/assets/stylesheets/twbs/bootstrap/carousel.less +11 -0
  35. data/vendor/assets/stylesheets/twbs/bootstrap/code.less +1 -1
  36. data/vendor/assets/stylesheets/twbs/bootstrap/glyphicons.less +1 -1
  37. data/vendor/assets/stylesheets/twbs/bootstrap/mixins.less +12 -2
  38. data/vendor/assets/stylesheets/twbs/bootstrap/modals.less +1 -0
  39. data/vendor/assets/stylesheets/twbs/bootstrap/navbar.less +7 -4
  40. data/vendor/assets/stylesheets/twbs/bootstrap/panels.less +4 -0
  41. data/vendor/assets/stylesheets/twbs/bootstrap/print.less +0 -1
  42. data/vendor/assets/stylesheets/twbs/bootstrap/theme.less +1 -0
  43. metadata +9 -3
  44. data/vendor/assets/stylesheets/fontawesome/bootstrap.less +0 -84
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20d309dd6a723226a51653517d730775b44d03a0
4
- data.tar.gz: bbf02e76b62787339ad131c6b1be8c1c0eecf335
3
+ metadata.gz: 7afca7ee2d1c91079f2feba6b9b3696ff72a1e71
4
+ data.tar.gz: dce996ba97d9d8654f265162a7b5599625cc65a4
5
5
  SHA512:
6
- metadata.gz: a6b8b7dc1391ea833c7c6898765bb90e1e443f1b4e7345f2b44069f6c2691ee028fb57a057fa55431a4e9d5e06d32075153189b6dd989e550152d8fe253dbb8d
7
- data.tar.gz: f36cda1f42f9696da7c3ae9bc7210dc236322756726ff6b5a78d299a99785cfc828d3180087d6d65147ff077fa7110f9893c506e1fee8a605d9cf27a2cb06fb3
6
+ metadata.gz: a768a758ad43f668bfbde1ac4bbb9e8a34ee5131a4026a91404223f3ae0081b1574710a6758446491710e0dd7508f9b6afe2dbc71c731ca74c07edf5c3ff1602
7
+ data.tar.gz: 22a2fbaa55f19f0b17709b9938fe6808f0947efc2efd973ed167803a1f9b3b82478651135cbb0cce9193f069c0ac3d98a252a64cc70422363b8a166eecafc4bc
data/CHANGELOG.md CHANGED
@@ -1,12 +1,17 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ 2.0.0
5
+ -----
6
+ * Bootstrap 3.0.0 @ [eb77241ae2](https://github.com/twbs/bootstrap/commit/eb77241ae2d4b90fccea1707e12caca355a1afce)
7
+ * FontAwesome 4.0.0 @ [4e92eeb8ec](https://github.com/FortAwesome/Font-Awesome/commit/4e92eeb8ec7c757b74fc60b6ac8cdef937e0614f)
8
+
4
9
  1.0.2
5
10
  -----
6
11
  * Minor fixes
7
12
 
8
13
  1.0.0
9
14
  -----
10
- * Bootstrap 3.0 @ [32468b087b](https://github.com/twbs/bootstrap/commit/32468b087b615d1ed710f9118ff4f669cc5ad5e8)
15
+ * Bootstrap 3.0.0 @ [32468b087b](https://github.com/twbs/bootstrap/commit/32468b087b615d1ed710f9118ff4f669cc5ad5e8)
11
16
  * Fontawesome 3.2.1 @ [906345058f](https://github.com/FortAwesome/Font-Awesome/commit/906345058f738c2b931f89754a319ed108e17bd8)
12
17
  * Respond.js 1.3.0 @ [ad87635f83](https://github.com/scottjehl/Respond/commit/ad87635f83f8b811e1da53c082325a4b35960771)
data/CONTRIBUTING.md CHANGED
@@ -1,4 +1,4 @@
1
- # Contributing to Bootstrap
1
+ # Contributing to Twbs Less Rails
2
2
 
3
3
  Looking to contribute something to Twbs Less Rails? **Here's how you can help.**
4
4
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- twbs_less_rails (1.0.0)
4
+ twbs_less_rails (2.0.0)
5
5
  less-rails
6
6
  rails (>= 3.2.15)
7
7
  therubyracer
@@ -34,7 +34,7 @@ GEM
34
34
  thread_safe (~> 0.1)
35
35
  tzinfo (~> 0.3.37)
36
36
  ansi (1.4.3)
37
- arel (4.0.0)
37
+ arel (4.0.1)
38
38
  atomic (1.1.14)
39
39
  builder (3.1.4)
40
40
  capybara (2.1.0)
data/Rakefile CHANGED
@@ -32,7 +32,7 @@ SOURCE_FILES = {
32
32
  bootstrap_javascripts: File.expand_path('src/twbs/bootstrap/js/*.js'),
33
33
  fontawesome_stylesheets: File.expand_path('src/FortAwesome/Font-Awesome/less/*.less'),
34
34
  glyphicons_fonts: File.expand_path('src/twbs/bootstrap/fonts/glyphicons-halflings-regular.*'),
35
- fontawesome_fonts: File.expand_path('src/FortAwesome/Font-Awesome/font/fontawesome-webfont.*'),
35
+ fontawesome_fonts: File.expand_path('src/FortAwesome/Font-Awesome/fonts/fontawesome-webfont.*'),
36
36
  }
37
37
 
38
38
  DESTINATION_FOLDERS = {
@@ -59,10 +59,6 @@ task :update_assets do
59
59
  puts 'Copying new assets...'
60
60
  copy_source_files_to_destination_folders
61
61
 
62
- puts 'Removing unneeded assets...'
63
- # TODO remove when FA 4.0.0 will be released
64
- FileUtils.rm_rf "#{DESTINATION_FOLDERS[:fontawesome_stylesheets]}/font-awesome-ie7.less"
65
-
66
62
  puts 'Adding respond.js...'
67
63
  FileUtils.cp File.expand_path('src/scottjehl/Respond/respond.src.js'), File.expand_path('vendor/assets/javascripts/respond.js')
68
64
 
@@ -91,8 +87,9 @@ end
91
87
  def update_fontawesome_paths
92
88
  file_name = "#{DESTINATION_FOLDERS[:fontawesome_stylesheets]}/path.less"
93
89
  text = File.read(file_name)
94
- text.gsub! /url\(\'@{FontAwesomePath}\/([\w\-.#]+)[^\)]*\)/, "asset-url('\\1')"
90
+ text.gsub! /url\(\'@{fa-font-path}\/([\w\-.#]+)[^\)]*\)/, "asset-url('\\1')"
95
91
  text.gsub! "fontawesome-webfont.eot') format('embedded-opentype')", "fontawesome-webfont.eot?\#iefix') format('embedded-opentype')"
92
+ text.gsub! "asset-url('fontawesome-webfont.svg') format('svg');", "asset-url('fontawesome-webfont.svg#fontawesomeregular') format('svg');"
96
93
  text.gsub! "// src: asset-url('FontAwesome.otf') format('opentype'); // used when developing fonts", ''
97
94
  File.open(file_name, 'w') { |file| file.puts text }
98
95
  end
@@ -310,7 +310,7 @@
310
310
  <glyph unicode="&#xf133;" horiz-adv-x="1664" d="M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280 q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
311
311
  <glyph unicode="&#xf134;" horiz-adv-x="1408" d="M512 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 1376v-320q0 -16 -12 -25q-8 -7 -20 -7q-4 0 -7 1l-448 96q-11 2 -18 11t-7 20h-256v-102q111 -23 183.5 -111t72.5 -203v-800q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v800 q0 106 62.5 190.5t161.5 114.5v111h-32q-59 0 -115 -23.5t-91.5 -53t-66 -66.5t-40.5 -53.5t-14 -24.5q-17 -35 -57 -35q-16 0 -29 7q-23 12 -31.5 37t3.5 49q5 10 14.5 26t37.5 53.5t60.5 70t85 67t108.5 52.5q-25 42 -25 86q0 66 47 113t113 47t113 -47t47 -113 q0 -33 -14 -64h302q0 11 7 20t18 11l448 96q3 1 7 1q12 0 20 -7q12 -9 12 -25z" />
312
312
  <glyph unicode="&#xf135;" horiz-adv-x="1664" d="M1440 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1664 1376q0 -249 -75.5 -430.5t-253.5 -360.5q-81 -80 -195 -176l-20 -379q-2 -16 -16 -26l-384 -224q-7 -4 -16 -4q-12 0 -23 9l-64 64q-13 14 -8 32l85 276l-281 281l-276 -85q-3 -1 -9 -1 q-14 0 -23 9l-64 64q-17 19 -5 39l224 384q10 14 26 16l379 20q96 114 176 195q188 187 358 258t431 71q14 0 24 -9.5t10 -22.5z" />
313
- <glyph unicode="&#xf136;" horiz-adv-x="1792" d="M1708 881l-188 -881h-304l181 849q4 21 1 43q-4 20 -16 35q-10 14 -28 24q-18 9 -40 9h-197l-205 -960h-303l204 960h-304l-205 -960h-304l272 1280h1139q157 0 245 -118q86 -116 52 -281z" />
313
+ <glyph unicode="&#xf136;" horiz-adv-x="1792" d="M1745 763l-164 -763h-334l178 832q13 56 -15 88q-27 33 -83 33h-169l-204 -953h-334l204 953h-286l-204 -953h-334l204 953l-153 327h1276q101 0 189.5 -40.5t147.5 -113.5q60 -73 81 -168.5t0 -194.5z" />
314
314
  <glyph unicode="&#xf137;" d="M909 141l102 102q19 19 19 45t-19 45l-307 307l307 307q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
315
315
  <glyph unicode="&#xf138;" d="M717 141l454 454q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l307 -307l-307 -307q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
316
316
  <glyph unicode="&#xf139;" d="M1165 397l102 102q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l307 307l307 -307q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
@@ -342,7 +342,7 @@
342
342
  <glyph unicode="&#xf155;" horiz-adv-x="1024" d="M978 351q0 -153 -99.5 -263.5t-258.5 -136.5v-175q0 -14 -9 -23t-23 -9h-135q-13 0 -22.5 9.5t-9.5 22.5v175q-66 9 -127.5 31t-101.5 44.5t-74 48t-46.5 37.5t-17.5 18q-17 21 -2 41l103 135q7 10 23 12q15 2 24 -9l2 -2q113 -99 243 -125q37 -8 74 -8q81 0 142.5 43 t61.5 122q0 28 -15 53t-33.5 42t-58.5 37.5t-66 32t-80 32.5q-39 16 -61.5 25t-61.5 26.5t-62.5 31t-56.5 35.5t-53.5 42.5t-43.5 49t-35.5 58t-21 66.5t-8.5 78q0 138 98 242t255 134v180q0 13 9.5 22.5t22.5 9.5h135q14 0 23 -9t9 -23v-176q57 -6 110.5 -23t87 -33.5 t63.5 -37.5t39 -29t15 -14q17 -18 5 -38l-81 -146q-8 -15 -23 -16q-14 -3 -27 7q-3 3 -14.5 12t-39 26.5t-58.5 32t-74.5 26t-85.5 11.5q-95 0 -155 -43t-60 -111q0 -26 8.5 -48t29.5 -41.5t39.5 -33t56 -31t60.5 -27t70 -27.5q53 -20 81 -31.5t76 -35t75.5 -42.5t62 -50 t53 -63.5t31.5 -76.5t13 -94z" />
343
343
  <glyph unicode="&#xf156;" horiz-adv-x="898" d="M898 1066v-102q0 -14 -9 -23t-23 -9h-168q-23 -144 -129 -234t-276 -110q167 -178 459 -536q14 -16 4 -34q-8 -18 -29 -18h-195q-16 0 -25 12q-306 367 -498 571q-9 9 -9 22v127q0 13 9.5 22.5t22.5 9.5h112q132 0 212.5 43t102.5 125h-427q-14 0 -23 9t-9 23v102 q0 14 9 23t23 9h413q-57 113 -268 113h-145q-13 0 -22.5 9.5t-9.5 22.5v133q0 14 9 23t23 9h832q14 0 23 -9t9 -23v-102q0 -14 -9 -23t-23 -9h-233q47 -61 64 -144h171q14 0 23 -9t9 -23z" />
344
344
  <glyph unicode="&#xf157;" horiz-adv-x="1027" d="M603 0h-172q-13 0 -22.5 9t-9.5 23v330h-288q-13 0 -22.5 9t-9.5 23v103q0 13 9.5 22.5t22.5 9.5h288v85h-288q-13 0 -22.5 9t-9.5 23v104q0 13 9.5 22.5t22.5 9.5h214l-321 578q-8 16 0 32q10 16 28 16h194q19 0 29 -18l215 -425q19 -38 56 -125q10 24 30.5 68t27.5 61 l191 420q8 19 29 19h191q17 0 27 -16q9 -14 1 -31l-313 -579h215q13 0 22.5 -9.5t9.5 -22.5v-104q0 -14 -9.5 -23t-22.5 -9h-290v-85h290q13 0 22.5 -9.5t9.5 -22.5v-103q0 -14 -9.5 -23t-22.5 -9h-290v-330q0 -13 -9.5 -22.5t-22.5 -9.5z" />
345
- <glyph unicode="&#xf158;" horiz-adv-x="1664" d="M1664 352v-32q0 -132 -94 -226t-226 -94h-128q-132 0 -226 94t-94 226v480h-224q-2 -102 -14.5 -190.5t-30.5 -156t-48.5 -126.5t-57 -99.5t-67.5 -77.5t-69.5 -58.5t-74 -44t-69 -32t-65.5 -25.5q-4 -2 -32 -13q-8 -2 -12 -2q-22 0 -30 20l-71 178q-5 13 0 25t17 17 q7 3 20 7.5t18 6.5q31 12 46.5 18.5t44.5 20t45.5 26t42 32.5t40.5 42.5t34.5 53.5t30.5 68.5t22.5 83.5t17 103t6.5 123h-256q-14 0 -23 9t-9 23v160q0 14 9 23t23 9h1216q14 0 23 -9t9 -23v-160q0 -14 -9 -23t-23 -9h-224v-512q0 -26 19 -45t45 -19h128q26 0 45 19t19 45 v64q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1280 1376v-160q0 -14 -9 -23t-23 -9h-960q-14 0 -23 9t-9 23v160q0 14 9 23t23 9h960q14 0 23 -9t9 -23z" />
345
+ <glyph unicode="&#xf158;" horiz-adv-x="1280" d="M1043 971q0 100 -65 162t-171 62h-320v-448h320q106 0 171 62t65 162zM1280 971q0 -193 -126.5 -315t-326.5 -122h-340v-118h505q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-505v-192q0 -14 -9.5 -23t-22.5 -9h-167q-14 0 -23 9t-9 23v192h-224q-14 0 -23 9t-9 23v128 q0 14 9 23t23 9h224v118h-224q-14 0 -23 9t-9 23v149q0 13 9 22.5t23 9.5h224v629q0 14 9 23t23 9h539q200 0 326.5 -122t126.5 -315z" />
346
346
  <glyph unicode="&#xf159;" horiz-adv-x="1792" d="M514 341l81 299h-159l75 -300q1 -1 1 -3t1 -3q0 1 0.5 3.5t0.5 3.5zM630 768l35 128h-292l32 -128h225zM822 768h139l-35 128h-70zM1271 340l78 300h-162l81 -299q0 -1 0.5 -3.5t1.5 -3.5q0 1 0.5 3t0.5 3zM1382 768l33 128h-297l34 -128h230zM1792 736v-64q0 -14 -9 -23 t-23 -9h-213l-164 -616q-7 -24 -31 -24h-159q-24 0 -31 24l-166 616h-209l-167 -616q-7 -24 -31 -24h-159q-11 0 -19.5 7t-10.5 17l-160 616h-208q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h175l-33 128h-142q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h109l-89 344q-5 15 5 28 q10 12 26 12h137q26 0 31 -24l90 -360h359l97 360q7 24 31 24h126q24 0 31 -24l98 -360h365l93 360q5 24 31 24h137q16 0 26 -12q10 -13 5 -28l-91 -344h111q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-145l-34 -128h179q14 0 23 -9t9 -23z" />
347
347
  <glyph unicode="&#xf15a;" horiz-adv-x="1280" d="M1167 896q18 -182 -131 -258q117 -28 175 -103t45 -214q-7 -71 -32.5 -125t-64.5 -89t-97 -58.5t-121.5 -34.5t-145.5 -15v-255h-154v251q-80 0 -122 1v-252h-154v255q-18 0 -54 0.5t-55 0.5h-200l31 183h111q50 0 58 51v402h16q-6 1 -16 1v287q-13 68 -89 68h-111v164 l212 -1q64 0 97 1v252h154v-247q82 2 122 2v245h154v-252q79 -7 140 -22.5t113 -45t82.5 -78t36.5 -114.5zM952 351q0 36 -15 64t-37 46t-57.5 30.5t-65.5 18.5t-74 9t-69 3t-64.5 -1t-47.5 -1v-338q8 0 37 -0.5t48 -0.5t53 1.5t58.5 4t57 8.5t55.5 14t47.5 21t39.5 30 t24.5 40t9.5 51zM881 827q0 33 -12.5 58.5t-30.5 42t-48 28t-55 16.5t-61.5 8t-58 2.5t-54 -1t-39.5 -0.5v-307q5 0 34.5 -0.5t46.5 0t50 2t55 5.5t51.5 11t48.5 18.5t37 27t27 38.5t9 51z" />
348
348
  <glyph unicode="&#xf15b;" horiz-adv-x="1280" d="M1280 768v-800q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h544v-544q0 -40 28 -68t68 -28h544zM1277 896h-509v509q82 -15 132 -65l312 -312q50 -50 65 -132z" />
@@ -390,10 +390,25 @@
390
390
  <glyph unicode="&#xf188;" horiz-adv-x="1664" d="M1632 576q0 -26 -19 -45t-45 -19h-224q0 -171 -67 -290l208 -209q19 -19 19 -45t-19 -45q-18 -19 -45 -19t-45 19l-198 197q-5 -5 -15 -13t-42 -28.5t-65 -36.5t-82 -29t-97 -13v896h-128v-896q-51 0 -101.5 13.5t-87 33t-66 39t-43.5 32.5l-15 14l-183 -207 q-20 -21 -48 -21q-24 0 -43 16q-19 18 -20.5 44.5t15.5 46.5l202 227q-58 114 -58 274h-224q-26 0 -45 19t-19 45t19 45t45 19h224v294l-173 173q-19 19 -19 45t19 45t45 19t45 -19l173 -173h844l173 173q19 19 45 19t45 -19t19 -45t-19 -45l-173 -173v-294h224q26 0 45 -19 t19 -45zM1152 1152h-640q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5z" />
391
391
  <glyph unicode="&#xf189;" horiz-adv-x="1920" d="M1917 1016q23 -64 -150 -294q-24 -32 -65 -85q-78 -100 -90 -131q-17 -41 14 -81q17 -21 81 -82h1l1 -1l1 -1l2 -2q141 -131 191 -221q3 -5 6.5 -12.5t7 -26.5t-0.5 -34t-25 -27.5t-59 -12.5l-256 -4q-24 -5 -56 5t-52 22l-20 12q-30 21 -70 64t-68.5 77.5t-61 58 t-56.5 15.5q-3 -1 -8 -3.5t-17 -14.5t-21.5 -29.5t-17 -52t-6.5 -77.5q0 -15 -3.5 -27.5t-7.5 -18.5l-4 -5q-18 -19 -53 -22h-115q-71 -4 -146 16.5t-131.5 53t-103 66t-70.5 57.5l-25 24q-10 10 -27.5 30t-71.5 91t-106 151t-122.5 211t-130.5 272q-6 16 -6 27t3 16l4 6 q15 19 57 19l274 2q12 -2 23 -6.5t16 -8.5l5 -3q16 -11 24 -32q20 -50 46 -103.5t41 -81.5l16 -29q29 -60 56 -104t48.5 -68.5t41.5 -38.5t34 -14t27 5q2 1 5 5t12 22t13.5 47t9.5 81t0 125q-2 40 -9 73t-14 46l-6 12q-25 34 -85 43q-13 2 5 24q17 19 38 30q53 26 239 24 q82 -1 135 -13q20 -5 33.5 -13.5t20.5 -24t10.5 -32t3.5 -45.5t-1 -55t-2.5 -70.5t-1.5 -82.5q0 -11 -1 -42t-0.5 -48t3.5 -40.5t11.5 -39t22.5 -24.5q8 -2 17 -4t26 11t38 34.5t52 67t68 107.5q60 104 107 225q4 10 10 17.5t11 10.5l4 3l5 2.5t13 3t20 0.5l288 2 q39 5 64 -2.5t31 -16.5z" />
392
392
  <glyph unicode="&#xf18a;" horiz-adv-x="1792" d="M675 252q21 34 11 69t-45 50q-34 14 -73 1t-60 -46q-22 -34 -13 -68.5t43 -50.5t74.5 -2.5t62.5 47.5zM769 373q8 13 3.5 26.5t-17.5 18.5q-14 5 -28.5 -0.5t-21.5 -18.5q-17 -31 13 -45q14 -5 29 0.5t22 18.5zM943 266q-45 -102 -158 -150t-224 -12 q-107 34 -147.5 126.5t6.5 187.5q47 93 151.5 139t210.5 19q111 -29 158.5 -119.5t2.5 -190.5zM1255 426q-9 96 -89 170t-208.5 109t-274.5 21q-223 -23 -369.5 -141.5t-132.5 -264.5q9 -96 89 -170t208.5 -109t274.5 -21q223 23 369.5 141.5t132.5 264.5zM1563 422 q0 -68 -37 -139.5t-109 -137t-168.5 -117.5t-226 -83t-270.5 -31t-275 33.5t-240.5 93t-171.5 151t-65 199.5q0 115 69.5 245t197.5 258q169 169 341.5 236t246.5 -7q65 -64 20 -209q-4 -14 -1 -20t10 -7t14.5 0.5t13.5 3.5l6 2q139 59 246 59t153 -61q45 -63 0 -178 q-2 -13 -4.5 -20t4.5 -12.5t12 -7.5t17 -6q57 -18 103 -47t80 -81.5t34 -116.5zM1489 1046q42 -47 54.5 -108.5t-6.5 -117.5q-8 -23 -29.5 -34t-44.5 -4q-23 8 -34 29.5t-4 44.5q20 63 -24 111t-107 35q-24 -5 -45 8t-25 37q-5 24 8 44.5t37 25.5q60 13 119 -5.5t101 -65.5z M1670 1209q87 -96 112.5 -222.5t-13.5 -241.5q-9 -27 -34 -40t-52 -4t-40 34t-5 52q28 82 10 172t-80 158q-62 69 -148 95.5t-173 8.5q-28 -6 -52 9.5t-30 43.5t9.5 51.5t43.5 29.5q123 26 244 -11.5t208 -134.5z" />
393
- <glyph unicode="&#xf18b;" horiz-adv-x="1920" d="M805 163q-122 -67 -261 -67q-141 0 -261 67q98 61 167 149t94 191q25 -103 94 -191t167 -149zM453 1176v-344q0 -179 -89.5 -326t-234.5 -217q-129 152 -129 351q0 200 129.5 352t323.5 184zM958 991q-128 -152 -128 -351q0 -201 128 -351q-145 70 -234.5 218t-89.5 328 v341q196 -33 324 -185zM1638 163q-122 -67 -261 -67q-141 0 -261 67q98 61 167 149t94 191q25 -103 94 -191t167 -149zM1286 1176v-344q0 -179 -91 -326t-237 -217v0q133 154 133 351q0 195 -133 351q129 151 328 185zM1920 640q0 -201 -129 -351q-145 70 -234.5 218 t-89.5 328v341q194 -32 323.5 -184t129.5 -352z" />
394
- <glyph unicode="&#xf18c;" horiz-adv-x="1792" />
395
- <glyph unicode="&#xf18d;" horiz-adv-x="1792" />
396
- <glyph unicode="&#xf18e;" horiz-adv-x="1792" />
393
+ <glyph unicode="&#xf18b;" d="M1133 -34q-171 -94 -368 -94q-196 0 -367 94q138 87 235.5 211t131.5 268q35 -144 132.5 -268t235.5 -211zM638 1394v-485q0 -252 -126.5 -459.5t-330.5 -306.5q-181 215 -181 495q0 187 83.5 349.5t229.5 269.5t325 137zM1536 638q0 -280 -181 -495 q-204 99 -330.5 306.5t-126.5 459.5v485q179 -30 325 -137t229.5 -269.5t83.5 -349.5z" />
394
+ <glyph unicode="&#xf18c;" horiz-adv-x="1408" d="M1402 433q-32 -80 -76 -138t-91 -88.5t-99 -46.5t-101.5 -14.5t-96.5 8.5t-86.5 22t-69.5 27.5t-46 22.5l-17 10q-113 -228 -289.5 -359.5t-384.5 -132.5q-19 0 -32 13t-13 32t13 31.5t32 12.5q173 1 322.5 107.5t251.5 294.5q-36 -14 -72 -23t-83 -13t-91 2.5t-93 28.5 t-92 59t-84.5 100t-74.5 146q114 47 214 57t167.5 -7.5t124.5 -56.5t88.5 -77t56.5 -82q53 131 79 291q-7 -1 -18 -2.5t-46.5 -2.5t-69.5 0.5t-81.5 10t-88.5 23t-84 42.5t-75 65t-54.5 94.5t-28.5 127.5q70 28 133.5 36.5t112.5 -1t92 -30t73.5 -50t56 -61t42 -63t27.5 -56 t16 -39.5l4 -16q12 122 12 195q-8 6 -21.5 16t-49 44.5t-63.5 71.5t-54 93t-33 112.5t12 127t70 138.5q73 -25 127.5 -61.5t84.5 -76.5t48 -85t20.5 -89t-0.5 -85.5t-13 -76.5t-19 -62t-17 -42l-7 -15q1 -5 1 -50.5t-1 -71.5q3 7 10 18.5t30.5 43t50.5 58t71 55.5t91.5 44.5 t112 14.5t132.5 -24q-2 -78 -21.5 -141.5t-50 -104.5t-69.5 -71.5t-81.5 -45.5t-84.5 -24t-80 -9.5t-67.5 1t-46.5 4.5l-17 3q-23 -147 -73 -283q6 7 18 18.5t49.5 41t77.5 52.5t99.5 42t117.5 20t129 -23.5t137 -77.5z" />
395
+ <glyph unicode="&#xf18d;" horiz-adv-x="1280" d="M1259 283v-66q0 -85 -57.5 -144.5t-138.5 -59.5h-57l-260 -269v269h-529q-81 0 -138.5 59.5t-57.5 144.5v66h1238zM1259 609v-255h-1238v255h1238zM1259 937v-255h-1238v255h1238zM1259 1077v-67h-1238v67q0 84 57.5 143.5t138.5 59.5h846q81 0 138.5 -59.5t57.5 -143.5z " />
396
+ <glyph unicode="&#xf18e;" d="M1152 640q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198 t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
397
+ <glyph unicode="&#xf190;" d="M1152 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-192q0 -14 -9 -23t-23 -9q-12 0 -24 10l-319 319q-9 9 -9 23t9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h352q13 0 22.5 -9.5t9.5 -22.5zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198 t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
398
+ <glyph unicode="&#xf191;" d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
399
+ <glyph unicode="&#xf192;" d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5 t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
400
+ <glyph unicode="&#xf193;" horiz-adv-x="1664" d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128 q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 16 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
401
+ <glyph unicode="&#xf194;" d="M1254 899q16 85 -21 132q-52 65 -187 45q-17 -3 -41 -12.5t-57.5 -30.5t-64.5 -48.5t-59.5 -70t-44.5 -91.5q80 7 113.5 -16t26.5 -99q-5 -52 -52 -143q-43 -78 -71 -99q-44 -32 -87 14q-23 24 -37.5 64.5t-19 73t-10 84t-8.5 71.5q-23 129 -34 164q-12 37 -35.5 69 t-50.5 40q-57 16 -127 -25q-54 -32 -136.5 -106t-122.5 -102v-7q16 -8 25.5 -26t21.5 -20q21 -3 54.5 8.5t58 10.5t41.5 -30q11 -18 18.5 -38.5t15 -48t12.5 -40.5q17 -46 53 -187q36 -146 57 -197q42 -99 103 -125q43 -12 85 -1.5t76 31.5q131 77 250 237 q104 139 172.5 292.5t82.5 226.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
402
+ <glyph unicode="&#xf195;" horiz-adv-x="1152" d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160 q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
403
+ <glyph unicode="&#xf196;" horiz-adv-x="1792" />
404
+ <glyph unicode="&#xf197;" horiz-adv-x="1792" />
405
+ <glyph unicode="&#xf198;" horiz-adv-x="1792" />
406
+ <glyph unicode="&#xf199;" horiz-adv-x="1792" />
407
+ <glyph unicode="&#xf19a;" horiz-adv-x="1792" />
408
+ <glyph unicode="&#xf19b;" horiz-adv-x="1792" />
409
+ <glyph unicode="&#xf19c;" horiz-adv-x="1792" />
410
+ <glyph unicode="&#xf19d;" horiz-adv-x="1792" />
411
+ <glyph unicode="&#xf19e;" horiz-adv-x="1792" />
397
412
  <glyph unicode="&#xf500;" horiz-adv-x="1792" />
398
413
  </font>
399
414
  </defs></svg>
@@ -1,3 +1,3 @@
1
1
  module TwbsLessRails
2
- VERSION = "1.0.2"
2
+ VERSION = "2.0.0"
3
3
  end
@@ -2,7 +2,7 @@
2
2
  * Bootstrap: affix.js v3.0.0
3
3
  * http://twbs.github.com/bootstrap/javascript.html#affix
4
4
  * ========================================================================
5
- * Copyright 2012 Twitter, Inc.
5
+ * Copyright 2013 Twitter, Inc.
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  * Bootstrap: carousel.js v3.0.0
3
3
  * http://twbs.github.com/bootstrap/javascript.html#carousel
4
4
  * ========================================================================
5
- * Copyright 2012 Twitter, Inc.
5
+ * Copyright 2013 Twitter, Inc.
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  * Bootstrap: collapse.js v3.0.0
3
3
  * http://twbs.github.com/bootstrap/javascript.html#collapse
4
4
  * ========================================================================
5
- * Copyright 2012 Twitter, Inc.
5
+ * Copyright 2013 Twitter, Inc.
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  * Bootstrap: dropdown.js v3.0.0
3
3
  * http://twbs.github.com/bootstrap/javascript.html#dropdowns
4
4
  * ========================================================================
5
- * Copyright 2012 Twitter, Inc.
5
+ * Copyright 2013 Twitter, Inc.
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  * Bootstrap: modal.js v3.0.0
3
3
  * http://twbs.github.com/bootstrap/javascript.html#modals
4
4
  * ========================================================================
5
- * Copyright 2012 Twitter, Inc.
5
+ * Copyright 2013 Twitter, Inc.
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  * Bootstrap: popover.js v3.0.0
3
3
  * http://twbs.github.com/bootstrap/javascript.html#popovers
4
4
  * ========================================================================
5
- * Copyright 2012 Twitter, Inc.
5
+ * Copyright 2013 Twitter, Inc.
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  * Bootstrap: scrollspy.js v3.0.0
3
3
  * http://twbs.github.com/bootstrap/javascript.html#scrollspy
4
4
  * ========================================================================
5
- * Copyright 2012 Twitter, Inc.
5
+ * Copyright 2013 Twitter, Inc.
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  * Bootstrap: tab.js v3.0.0
3
3
  * http://twbs.github.com/bootstrap/javascript.html#tabs
4
4
  * ========================================================================
5
- * Copyright 2012 Twitter, Inc.
5
+ * Copyright 2013 Twitter, Inc.
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -3,7 +3,7 @@
3
3
  * http://twbs.github.com/bootstrap/javascript.html#tooltip
4
4
  * Inspired by the original jQuery.tipsy by Jason Frame
5
5
  * ========================================================================
6
- * Copyright 2012 Twitter, Inc.
6
+ * Copyright 2013 Twitter, Inc.
7
7
  *
8
8
  * Licensed under the Apache License, Version 2.0 (the "License");
9
9
  * you may not use this file except in compliance with the License.
@@ -0,0 +1,16 @@
1
+ // Bordered & Pulled
2
+ // -------------------------
3
+
4
+ .@{fa-css-prefix}-border {
5
+ padding: .2em .25em .15em;
6
+ border: solid .08em @fa-border-color;
7
+ border-radius: .1em;
8
+ }
9
+
10
+ .pull-right { float: right; }
11
+ .pull-left { float: left; }
12
+
13
+ .@{fa-css-prefix} {
14
+ &.pull-left { margin-right: .3em; }
15
+ &.pull-right { margin-left: .3em; }
16
+ }
@@ -1,129 +1,12 @@
1
- /* FONT AWESOME CORE
2
- * -------------------------- */
3
-
4
- [class^="icon-"],
5
- [class*=" icon-"] {
6
- .icon-FontAwesome();
7
- }
8
-
9
- [class^="icon-"]:before,
10
- [class*=" icon-"]:before {
11
- text-decoration: inherit;
12
- display: inline-block;
13
- speak: none;
14
- }
15
-
16
- /* makes the font 33% larger relative to the icon container */
17
- .icon-large:before {
18
- vertical-align: -10%;
19
- font-size: 4/3em;
20
- }
21
-
22
- /* makes sure icons active on rollover in links */
23
- a {
24
- [class^="icon-"],
25
- [class*=" icon-"] {
26
- display: inline;
27
- }
28
- }
29
-
30
- /* increased font size for icon-large */
31
- [class^="icon-"],
32
- [class*=" icon-"] {
33
- &.icon-fixed-width {
34
- display: inline-block;
35
- width: 16/14em;
36
- text-align: right;
37
- padding-right: 4/14em;
38
- &.icon-large {
39
- width: 20/14em;
40
- }
41
- }
42
- }
43
-
44
- .icons-ul {
45
- margin-left: @icons-li-width;
46
- list-style-type: none;
47
-
48
- > li { position: relative; }
49
-
50
- .icon-li {
51
- position: absolute;
52
- left: -@icons-li-width;
53
- width: @icons-li-width;
54
- text-align: center;
55
- line-height: inherit;
56
- }
57
- }
58
-
59
- // allows usage of the hide class directly on font awesome icons
60
- [class^="icon-"],
61
- [class*=" icon-"] {
62
- &.hide {
63
- display: none;
64
- }
65
- }
66
-
67
- .icon-muted { color: @iconMuted; }
68
- .icon-light { color: @iconLight; }
69
- .icon-dark { color: @iconDark; }
70
-
71
- // Icon Borders
1
+ // Base Class Definition
72
2
  // -------------------------
73
3
 
74
- .icon-border {
75
- border: solid 1px @borderColor;
76
- padding: .2em .25em .15em;
77
- .border-radius(3px);
78
- }
79
-
80
- // Icon Sizes
81
- // -------------------------
82
-
83
- .icon-2x {
84
- font-size: 2em;
85
- &.icon-border {
86
- border-width: 2px;
87
- .border-radius(4px);
88
- }
89
- }
90
- .icon-3x {
91
- font-size: 3em;
92
- &.icon-border {
93
- border-width: 3px;
94
- .border-radius(5px);
95
- }
96
- }
97
- .icon-4x {
98
- font-size: 4em;
99
- &.icon-border {
100
- border-width: 4px;
101
- .border-radius(6px);
102
- }
103
- }
104
-
105
- .icon-5x {
106
- font-size: 5em;
107
- &.icon-border {
108
- border-width: 5px;
109
- .border-radius(7px);
110
- }
111
- }
112
-
113
-
114
- // Floats & Margins
115
- // -------------------------
116
-
117
- // Quick floats
118
- .pull-right { float: right; }
119
- .pull-left { float: left; }
120
-
121
- [class^="icon-"],
122
- [class*=" icon-"] {
123
- &.pull-left {
124
- margin-right: .3em;
125
- }
126
- &.pull-right {
127
- margin-left: .3em;
128
- }
4
+ .@{fa-css-prefix} {
5
+ display: inline-block;
6
+ font-family: FontAwesome;
7
+ font-style: normal;
8
+ font-weight: normal;
9
+ line-height: 1;
10
+ -webkit-font-smoothing: antialiased;
11
+ -moz-osx-font-smoothing: grayscale;
129
12
  }
@@ -1,93 +1,2 @@
1
- /* EXTRAS
2
- * -------------------------- */
3
-
4
- /* Stacked and layered icon */
5
- .icon-stack();
6
-
7
- /* Animated rotating icon */
8
- .icon-spin {
9
- display: inline-block;
10
- -moz-animation: spin 2s infinite linear;
11
- -o-animation: spin 2s infinite linear;
12
- -webkit-animation: spin 2s infinite linear;
13
- animation: spin 2s infinite linear;
14
- }
15
-
16
- /* Prevent stack and spinners from being taken inline when inside a link */
17
- a .icon-stack,
18
- a .icon-spin {
19
- display: inline-block;
20
- text-decoration: none;
21
- }
22
-
23
- @-moz-keyframes spin {
24
- 0% { -moz-transform: rotate(0deg); }
25
- 100% { -moz-transform: rotate(359deg); }
26
- }
27
- @-webkit-keyframes spin {
28
- 0% { -webkit-transform: rotate(0deg); }
29
- 100% { -webkit-transform: rotate(359deg); }
30
- }
31
- @-o-keyframes spin {
32
- 0% { -o-transform: rotate(0deg); }
33
- 100% { -o-transform: rotate(359deg); }
34
- }
35
- @-ms-keyframes spin {
36
- 0% { -ms-transform: rotate(0deg); }
37
- 100% { -ms-transform: rotate(359deg); }
38
- }
39
- @keyframes spin {
40
- 0% { transform: rotate(0deg); }
41
- 100% { transform: rotate(359deg); }
42
- }
43
-
44
- /* Icon rotations and mirroring */
45
- .icon-rotate-90:before {
46
- -webkit-transform: rotate(90deg);
47
- -moz-transform: rotate(90deg);
48
- -ms-transform: rotate(90deg);
49
- -o-transform: rotate(90deg);
50
- transform: rotate(90deg);
51
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
52
- }
53
-
54
- .icon-rotate-180:before {
55
- -webkit-transform: rotate(180deg);
56
- -moz-transform: rotate(180deg);
57
- -ms-transform: rotate(180deg);
58
- -o-transform: rotate(180deg);
59
- transform: rotate(180deg);
60
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
61
- }
62
-
63
- .icon-rotate-270:before {
64
- -webkit-transform: rotate(270deg);
65
- -moz-transform: rotate(270deg);
66
- -ms-transform: rotate(270deg);
67
- -o-transform: rotate(270deg);
68
- transform: rotate(270deg);
69
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
70
- }
71
-
72
- .icon-flip-horizontal:before {
73
- -webkit-transform: scale(-1, 1);
74
- -moz-transform: scale(-1, 1);
75
- -ms-transform: scale(-1, 1);
76
- -o-transform: scale(-1, 1);
77
- transform: scale(-1, 1);
78
- }
79
-
80
- .icon-flip-vertical:before {
81
- -webkit-transform: scale(1, -1);
82
- -moz-transform: scale(1, -1);
83
- -ms-transform: scale(1, -1);
84
- -o-transform: scale(1, -1);
85
- transform: scale(1, -1);
86
- }
87
-
88
- /* ensure rotation occurs inside anchor tags */
89
- a {
90
- .icon-rotate-90, .icon-rotate-180, .icon-rotate-270, .icon-flip-horizontal, .icon-flip-vertical {
91
- &:before { display: inline-block; }
92
- }
93
- }
1
+ // Extras
2
+ // --------------------------
@@ -0,0 +1,6 @@
1
+ // Fixed Width Icons
2
+ // -------------------------
3
+ .@{fa-css-prefix}-fw {
4
+ width: (18em / 14);
5
+ text-align: center;
6
+ }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Font Awesome 3.2.1
2
+ * Font Awesome 4.0.0
3
3
  * the iconic font designed for Bootstrap
4
4
  * ------------------------------------------------------------------------------
5
5
  * The full suite of pictographic icons, examples, and documentation can be
@@ -24,10 +24,15 @@
24
24
  * Work: Lead Product Designer @ Kyruus - http://kyruus.com
25
25
  */
26
26
 
27
- @import "variables.less";
28
- @import "mixins.less";
29
- @import "path.less";
30
- @import "core.less";
31
- @import "bootstrap.less";
32
- @import "extras.less";
33
- @import "icons.less";
27
+ @import "variables";
28
+ @import "mixins";
29
+ @import "path";
30
+ @import "core";
31
+ @import "larger";
32
+ @import "fixed-width";
33
+ @import "list";
34
+ @import "bordered-pulled";
35
+ @import "spinning";
36
+ @import "rotated-flipped";
37
+ @import "stacked";
38
+ @import "icons";