compass_radix 0.0.20 → 0.0.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,33 @@
1
+ /*!
2
+ * Font Awesome 3.2.1
3
+ * the iconic font designed for Bootstrap
4
+ * ------------------------------------------------------------------------------
5
+ * The full suite of pictographic icons, examples, and documentation can be
6
+ * found at http://fontawesome.io. Stay up to date on Twitter at
7
+ * http://twitter.com/fontawesome.
8
+ *
9
+ * License
10
+ * ------------------------------------------------------------------------------
11
+ * - The Font Awesome font is licensed under SIL OFL 1.1 -
12
+ * http://scripts.sil.org/OFL
13
+ * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
14
+ * http://opensource.org/licenses/mit-license.html
15
+ * - Font Awesome documentation licensed under CC BY 3.0 -
16
+ * http://creativecommons.org/licenses/by/3.0/
17
+ * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
18
+ * "Font Awesome by Dave Gandy - http://fontawesome.io"
19
+ *
20
+ * Author - Dave Gandy
21
+ * ------------------------------------------------------------------------------
22
+ * Email: dave@fontawesome.io
23
+ * Twitter: http://twitter.com/davegandy
24
+ * Work: Lead Product Designer @ Kyruus - http://kyruus.com
25
+ */
26
+
27
+ @import "variables";
28
+ @import "mixins";
29
+ @import "path";
30
+ @import "core";
31
+ @import "bootstrap";
32
+ @import "extras";
33
+ @import "icons";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass_radix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arshad Chummun
@@ -64,6 +64,15 @@ files:
64
64
  - stylesheets/compass_radix/_user.scss
65
65
  - stylesheets/compass_radix/_variable.scss
66
66
  - stylesheets/compass_radix/_view.scss
67
+ - stylesheets/fontawesome/_bootstrap.scss
68
+ - stylesheets/fontawesome/_core.scss
69
+ - stylesheets/fontawesome/_extras.scss
70
+ - stylesheets/fontawesome/_icons.scss
71
+ - stylesheets/fontawesome/_mixins.scss
72
+ - stylesheets/fontawesome/_path.scss
73
+ - stylesheets/fontawesome/_variables.scss
74
+ - stylesheets/fontawesome/font-awesome-ie7.scss
75
+ - stylesheets/fontawesome/font-awesome.scss
67
76
  - templates/project/_compass_radix.scss
68
77
  - templates/project/manifest.rb
69
78
  homepage: http://arshad.github.com/