pondasee 1.0.rc.76 → 1.0.rc.77

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,11 +4,8 @@
4
4
  @import "pondasee/font-awesome";
5
5
  @import "pondasee/forms";
6
6
  @import "pondasee/grid";
7
- @import "pondasee/ie";
8
7
  @import "pondasee/images";
9
- @import "pondasee/main";
10
8
  @import "pondasee/media-queries";
11
- @import "pondasee/plugins";
12
9
  @import "pondasee/reset";
13
10
  @import "pondasee/table";
14
11
  @import "pondasee/typography";
@@ -11,6 +11,12 @@ stylesheet 'sass/partials/_reset.scss', :to => 'partials/_reset.scss', :medi
11
11
  stylesheet 'sass/partials/_table.scss', :to => 'partials/_table.scss', :media => "screen, projector, print"
12
12
  stylesheet 'sass/partials/_typography.scss', :to => 'partials/_typography.scss', :media => "screen, projector, print"
13
13
  stylesheet 'sass/partials/_utilities.scss', :to => 'partials/_utilities.scss', :media => "screen, projector, print"
14
+ stylesheet 'sass/partials/_ie.scss', :to => 'partials/_ie.scss', :media => "screen, projector, print"
15
+ stylesheet 'sass/partials/_plugins.scss', :to => 'partials/_plugins.scss', :media => "screen, projector, print"
16
+ stylesheet 'sass/partials/_main.scss', :to => 'partials/_main.scss', :media => "screen, projector, print"
17
+ stylesheet 'sass/partials/main/_footer.scss', :to => 'partials/main/_footer.scss', :media => "screen, projector, print"
18
+ stylesheet 'sass/partials/main/_header.scss', :to => 'partials/main/_header.scss', :media => "screen, projector, print"
19
+ stylesheet 'sass/partials/main/_menus.scss', :to => 'partials/main/_menus.scss', :media => "screen, projector, print"
14
20
  stylesheet 'sass/style.scss', :to => 'style.scss', :media => "screen, projector, print"
15
21
  stylesheet 'sass/skins/default.scss', :to => 'skins/default.scss', :media => "screen, projector, print"
16
22
 
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.76
4
+ version: 1.0.rc.77
5
5
  prerelease: 4
6
6
  platform: ruby
7
7
  authors:
@@ -57,19 +57,13 @@ 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
61
60
  - 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
66
61
  - stylesheets/pondasee/media-queries.scss
67
62
  - stylesheets/pondasee/mixins/_basic-buttons.scss
68
63
  - stylesheets/pondasee/mixins/_fonts.scss
69
64
  - stylesheets/pondasee/mixins/_helper.scss
70
65
  - stylesheets/pondasee/mixins/_simple-responsive-grid.scss
71
66
  - stylesheets/pondasee/mixins/_zurb-button.scss
72
- - stylesheets/pondasee/plugins.scss
73
67
  - stylesheets/pondasee/reset.scss
74
68
  - stylesheets/pondasee/table.scss
75
69
  - stylesheets/pondasee/typography.scss
@@ -1,3 +0,0 @@
1
- .oldie {
2
-
3
- }
@@ -1,10 +0,0 @@
1
- // Footer style
2
- // Sample footer style
3
- // =================================================================================
4
-
5
- /*
6
- * Footer style
7
- */
8
- .site-footer {
9
- display: block;
10
- }
@@ -1,10 +0,0 @@
1
- // Header style
2
- // Sample header style
3
- // =================================================================================
4
-
5
- /*
6
- * Header style
7
- */
8
- .site-header {
9
- display: block;
10
- }
@@ -1,12 +0,0 @@
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
- }
@@ -1,12 +0,0 @@
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";
@@ -1,4 +0,0 @@
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
- // =================================================================================