pondasee 1.2 → 1.5
Sign up to get free protection for your applications and to get access to all the features.
- data/templates/project/sass/style.scss +3 -1
- metadata +1 -1
@@ -39,7 +39,9 @@ Author URI: http://tokokoo.com
|
|
39
39
|
=============================================================================
|
40
40
|
*/
|
41
41
|
|
42
|
-
@import "
|
42
|
+
@import "compass";
|
43
|
+
@import "partials/variable";
|
44
|
+
@import "partials/mixins";
|
43
45
|
|
44
46
|
/* =============================================================================
|
45
47
|
- Reset Stylesheet
|