pondasee 1.0.rc.75 → 1.0.rc.76

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.
@@ -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,3 @@
1
+ .oldie {
2
+
3
+ }
@@ -0,0 +1,10 @@
1
+ // Footer style
2
+ // Sample footer style
3
+ // =================================================================================
4
+
5
+ /*
6
+ * Footer style
7
+ */
8
+ .site-footer {
9
+ display: block;
10
+ }
@@ -0,0 +1,10 @@
1
+ // Header style
2
+ // Sample header style
3
+ // =================================================================================
4
+
5
+ /*
6
+ * Header style
7
+ */
8
+ .site-header {
9
+ display: block;
10
+ }
@@ -0,0 +1,12 @@
1
+ // Menu style
2
+ // Sample menu style
3
+ // =================================================================================
4
+
5
+ /*
6
+ * Menu style
7
+ */
8
+ .main-navigation {
9
+ ul {
10
+ @include reset-list;
11
+ }
12
+ }
@@ -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";
@@ -0,0 +1,4 @@
1
+ // Plugins
2
+ // If your website or web application use a plugins/jquery plugins like lightbox,
3
+ // slider or anything else, put the styles here.
4
+ // =================================================================================
@@ -2,6 +2,4 @@
2
2
  // Conditional class for IE, put all styles inside the .oldie
3
3
  // =================================================================================
4
4
 
5
- .oldie {
6
-
7
- }
5
+ @import "pondasee/ie";
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.75
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