pondasee 1.0.rc.75 → 1.0.rc.76
Sign up to get free protection for your applications and to get access to all the features.
- data/stylesheets/_pondasee.scss +3 -0
- data/stylesheets/pondasee/ie.scss +3 -0
- data/stylesheets/pondasee/main/_footer.scss +10 -0
- data/stylesheets/pondasee/main/_header.scss +10 -0
- data/stylesheets/pondasee/main/_menus.scss +12 -0
- data/stylesheets/pondasee/main.scss +12 -0
- data/stylesheets/pondasee/plugins.scss +4 -0
- data/templates/project/sass/partials/_ie.scss +1 -3
- metadata +7 -1
data/stylesheets/_pondasee.scss
CHANGED
@@ -4,8 +4,11 @@
|
|
4
4
|
@import "pondasee/font-awesome";
|
5
5
|
@import "pondasee/forms";
|
6
6
|
@import "pondasee/grid";
|
7
|
+
@import "pondasee/ie";
|
7
8
|
@import "pondasee/images";
|
9
|
+
@import "pondasee/main";
|
8
10
|
@import "pondasee/media-queries";
|
11
|
+
@import "pondasee/plugins";
|
9
12
|
@import "pondasee/reset";
|
10
13
|
@import "pondasee/table";
|
11
14
|
@import "pondasee/typography";
|
@@ -0,0 +1,12 @@
|
|
1
|
+
// Main styles
|
2
|
+
// You can write your main styles(eg: content, article etc) here
|
3
|
+
// Or you can separate this main file into several files(eg: header.scss, footer.scss etc)
|
4
|
+
// =================================================================================
|
5
|
+
|
6
|
+
/*
|
7
|
+
* Sample seperate main styles
|
8
|
+
* See 'main' Folder
|
9
|
+
*/
|
10
|
+
@import "main/header";
|
11
|
+
@import "main/menus";
|
12
|
+
@import "main/footer";
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pondasee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.rc.
|
4
|
+
version: 1.0.rc.76
|
5
5
|
prerelease: 4
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -57,13 +57,19 @@ files:
|
|
57
57
|
- stylesheets/pondasee/font-awesome.scss
|
58
58
|
- stylesheets/pondasee/forms.scss
|
59
59
|
- stylesheets/pondasee/grid.scss
|
60
|
+
- stylesheets/pondasee/ie.scss
|
60
61
|
- stylesheets/pondasee/images.scss
|
62
|
+
- stylesheets/pondasee/main/_footer.scss
|
63
|
+
- stylesheets/pondasee/main/_header.scss
|
64
|
+
- stylesheets/pondasee/main/_menus.scss
|
65
|
+
- stylesheets/pondasee/main.scss
|
61
66
|
- stylesheets/pondasee/media-queries.scss
|
62
67
|
- stylesheets/pondasee/mixins/_basic-buttons.scss
|
63
68
|
- stylesheets/pondasee/mixins/_fonts.scss
|
64
69
|
- stylesheets/pondasee/mixins/_helper.scss
|
65
70
|
- stylesheets/pondasee/mixins/_simple-responsive-grid.scss
|
66
71
|
- stylesheets/pondasee/mixins/_zurb-button.scss
|
72
|
+
- stylesheets/pondasee/plugins.scss
|
67
73
|
- stylesheets/pondasee/reset.scss
|
68
74
|
- stylesheets/pondasee/table.scss
|
69
75
|
- stylesheets/pondasee/typography.scss
|