mindy 0.1

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.
data/ABOUT.mdown ADDED
@@ -0,0 +1,3 @@
1
+ ## License
2
+
3
+ Copyright (c) 2012 Falaleev Maxim
data/lib/mindy.rb ADDED
@@ -0,0 +1,9 @@
1
+ require 'compass'
2
+ Compass::Frameworks.register("mindy", :path => "#{File.dirname(__FILE__)}/..")
3
+
4
+ module Mindy
5
+
6
+ VERSION = "0.1"
7
+ DATE = "2012-09-09"
8
+
9
+ end
@@ -0,0 +1,15 @@
1
+ @import "utils/variables";
2
+
3
+ @import "utils/mixins";
4
+
5
+ //@import "utils/reset.scss";
6
+ //@import "css3/buttons";
7
+ @import "grid/grid";
8
+ @import "grid/respond";
9
+ //@import "css3/animate";
10
+ @import "css3/font-family";
11
+ @import "css3/shadow";
12
+ @import "css3/formalize";
13
+
14
+ //temporary and deprecated mixins and variables
15
+ @import "utils/deprecated";