pondasee 1.0.rc.76 → 1.0.rc.77
Sign up to get free protection for your applications and to get access to all the features.
- data/stylesheets/_pondasee.scss +0 -3
- data/templates/project/manifest.rb +6 -0
- metadata +1 -7
- data/stylesheets/pondasee/ie.scss +0 -3
- data/stylesheets/pondasee/main/_footer.scss +0 -10
- data/stylesheets/pondasee/main/_header.scss +0 -10
- data/stylesheets/pondasee/main/_menus.scss +0 -12
- data/stylesheets/pondasee/main.scss +0 -12
- data/stylesheets/pondasee/plugins.scss +0 -4
data/stylesheets/_pondasee.scss
CHANGED
@@ -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.
|
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,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";
|