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.
- data/templates/project/design/_common.scss +0 -0
- data/templates/project/design/_multi-column.scss +0 -0
- data/templates/project/design/_single-column.scss +0 -0
- data/templates/project/manifest.rb +11 -1
- data/templates/project/responsive.scss +10 -0
- metadata +5 -2
- data/templates/project/_cimma.scss +0 -3
|
File without changes
|
|
File without changes
|
|
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
|
-
|
|
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'
|
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.
|
|
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
|