shipyard-framework 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/stylesheets/_shipyard.sass +1 -1
- data/assets/stylesheets/shipyard/_core.sass +4 -0
- data/assets/stylesheets/shipyard/_utilities.sass +1 -4
- data/assets/stylesheets/shipyard/{utilities → core}/_animations.sass +0 -0
- data/assets/stylesheets/shipyard/{utilities → core}/_grid.sass +0 -15
- data/assets/stylesheets/shipyard/{utilities → core}/_reset.sass +0 -0
- data/assets/stylesheets/shipyard/{utilities → core}/_type.sass +0 -0
- data/assets/stylesheets/shipyard/utilities/_display.sass +14 -0
- data/lib/shipyard-framework/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9421461565d72843568de21d9609aea0f5b25e3
|
4
|
+
data.tar.gz: 53011234eb63e6e6d276c8de938ea58eb6f12639
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0eca284bfbf0f19cc0567b1bc8267a6ba5db389048f8c44f5bb1eaaeb8726b24c9caa3a455a198a73c9ea54d9d62d065889ae7e6bd643007e080d6455744e7b8
|
7
|
+
data.tar.gz: 18c71a98fc69bca2cf6792f82e757c80e97a48e70ef0cf363e5c25cf8b5f2b609a2fd223e7b0a33114760ff65cb8fd958cd606bd88cdc9399aed58da7cdc5202
|
File without changes
|
@@ -52,18 +52,3 @@ $widths: (auto, 5, 10, 15, 20, 25, 30, 33, 35, 40, 45, 50, 55, 60, 65, 66, 70, 7
|
|
52
52
|
flex-direction: column
|
53
53
|
&-col-reverse
|
54
54
|
flex-direction: column-reverse
|
55
|
-
|
56
|
-
.float
|
57
|
-
+all-media-sizes
|
58
|
-
@each $value in (none, left, right)
|
59
|
-
&-#{$value}
|
60
|
-
float: $value
|
61
|
-
|
62
|
-
.display
|
63
|
-
+all-media-sizes
|
64
|
-
@each $value in (block, inline, inline-block, none)
|
65
|
-
&-#{$value}
|
66
|
-
display: $value
|
67
|
-
|
68
|
-
.clearfix
|
69
|
-
+clearfix
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shipyard-framework
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shipyard
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-08-
|
11
|
+
date: 2017-08-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -84,6 +84,10 @@ files:
|
|
84
84
|
- assets/stylesheets/shipyard/components/_input-switch.sass
|
85
85
|
- assets/stylesheets/shipyard/components/_modals.sass
|
86
86
|
- assets/stylesheets/shipyard/components/_tooltips.sass
|
87
|
+
- assets/stylesheets/shipyard/core/_animations.sass
|
88
|
+
- assets/stylesheets/shipyard/core/_grid.sass
|
89
|
+
- assets/stylesheets/shipyard/core/_reset.sass
|
90
|
+
- assets/stylesheets/shipyard/core/_type.sass
|
87
91
|
- assets/stylesheets/shipyard/functions/_color.sass
|
88
92
|
- assets/stylesheets/shipyard/mixins/_box-model.sass
|
89
93
|
- assets/stylesheets/shipyard/mixins/_components.sass
|
@@ -91,12 +95,9 @@ files:
|
|
91
95
|
- assets/stylesheets/shipyard/mixins/_prefixed.sass
|
92
96
|
- assets/stylesheets/shipyard/mixins/_responsive.sass
|
93
97
|
- assets/stylesheets/shipyard/mixins/_selectors.sass
|
94
|
-
- assets/stylesheets/shipyard/utilities/_animations.sass
|
95
98
|
- assets/stylesheets/shipyard/utilities/_colors.sass
|
96
|
-
- assets/stylesheets/shipyard/utilities/
|
99
|
+
- assets/stylesheets/shipyard/utilities/_display.sass
|
97
100
|
- assets/stylesheets/shipyard/utilities/_positioning.sass
|
98
|
-
- assets/stylesheets/shipyard/utilities/_reset.sass
|
99
|
-
- assets/stylesheets/shipyard/utilities/_type.sass
|
100
101
|
- assets/stylesheets/shipyard/variables/_color_utilities.sass
|
101
102
|
- assets/stylesheets/shipyard/variables/_colors.scss
|
102
103
|
- assets/stylesheets/shipyard/variables/_grid.scss
|