cimma 0.1.1 → 0.1.2

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.
File without changes
@@ -1,5 +1,8 @@
1
1
  description "Please provide description here"
2
2
 
3
+ require 'modular-scale'
4
+ require 'translucencss'
5
+
3
6
  # Make sure you list all the project template files here in the manifest.
4
7
  #stylesheet 'screen.sass', :media => 'screen, projection'
5
8
 
@@ -10,4 +13,11 @@ description "Please provide description here"
10
13
 
11
14
  #stylesheet '../../stylesheets/cimma/baseline/_core.scss', :to => 'cimma/_test.scss'
12
15
 
13
- stylesheet '_cimma.scss'
16
+ discover :stylesheets
17
+ #discover :javascripts
18
+
19
+ #stylesheet 'responsive.scss'
20
+ #stylesheet '_variables.scss'
21
+ #stylesheet 'design/_common.scss'
22
+ #stylesheet 'design/_single-column.scss'
23
+ #stylesheet 'design/_multi-column.scss'
@@ -0,0 +1,10 @@
1
+ @import "variables";
2
+
3
+ @import "translucencss";
4
+ @import "cimma";
5
+ //@import "gmedia";
6
+
7
+ //@import "modules";
8
+ //@import "design/common";
9
+ //@import "design/single-column";
10
+ //@import "design/multi-column";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cimma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -95,8 +95,11 @@ files:
95
95
  - stylesheets/cimma/baseline/typography/_annotations.scss
96
96
  - stylesheets/cimma/baseline/html5/_core.scss
97
97
  - templates/project/manifest.rb
98
- - templates/project/_cimma.scss
99
98
  - templates/project/_variables.scss
99
+ - templates/project/design/_single-column.scss
100
+ - templates/project/design/_multi-column.scss
101
+ - templates/project/design/_common.scss
102
+ - templates/project/responsive.scss
100
103
  - templates/dialog-boxes/manifest.rb
101
104
  - templates/dialog-boxes/example.scss
102
105
  - templates/dialog-boxes/example2.scss
@@ -1,3 +0,0 @@
1
- @import "translucencss";
2
- @import "cimma";
3
- @import "gmedia";