sass-zero 1.3.1 → 1.3.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52757fc96f9e5a53855b56448f7e018de29ca3140d03e6b71640fdebd13c1de3
|
4
|
+
data.tar.gz: 9fb81ca3d6590f4941ca2c66fa458801f74e45d275ebab376dd02e1ecf803ce6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3d6a8a06e5fce7a0c94e2d04bb254ef23ca6efec6021276a260e665c5130af140452d28e3f1eff0a2b4430c849a3e98cc843b46e34210352a9817054a00e283
|
7
|
+
data.tar.gz: 9cac737a7dd2d6888cec6099c3d4c78ff8c1d410206e8c5fd6b2a1899bd315401effda9edaa250e44066793c88dfeb494597cc7049cfdbdd70cb0c597774bd6a
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -19,7 +19,7 @@ Add these lines to your application.css:
|
|
19
19
|
*= require sass-zero/breadboard
|
20
20
|
```
|
21
21
|
|
22
|
-
### Variables
|
22
|
+
### Variables / Mixins
|
23
23
|
|
24
24
|
Instead of hand-picking values from a limitless pool any time you need to make a decision, start with a smaller set of options.
|
25
25
|
|
@@ -70,12 +70,6 @@ These default styles ensure that even without custom styling, the content is usa
|
|
70
70
|
- [Screenshot](screenshot.png)
|
71
71
|
- [Example](example.html)
|
72
72
|
|
73
|
-
## Animations
|
74
|
-
|
75
|
-
Pre-built keyframes you can use to create your animations.
|
76
|
-
|
77
|
-
- [Animations](app/assets/stylesheets/sass-zero/animations.scss)
|
78
|
-
|
79
73
|
## Using variables
|
80
74
|
|
81
75
|
Create some stylesheet using [BEM](http://getbem.com/naming) and [SASS-ZERO Variables](app/assets/stylesheets/sass-zero/_variables.scss):
|
data/lib/sass_zero/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sass-zero
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- lazaronixon
|
@@ -25,9 +25,9 @@ files:
|
|
25
25
|
- Gemfile.lock
|
26
26
|
- README.md
|
27
27
|
- Rakefile
|
28
|
+
- app/assets/stylesheets/sass-zero/_animations.scss
|
28
29
|
- app/assets/stylesheets/sass-zero/_mixins.scss
|
29
30
|
- app/assets/stylesheets/sass-zero/_variables.scss
|
30
|
-
- app/assets/stylesheets/sass-zero/animations.scss
|
31
31
|
- app/assets/stylesheets/sass-zero/base.scss
|
32
32
|
- app/assets/stylesheets/sass-zero/breadboard.scss
|
33
33
|
- app/assets/stylesheets/sass-zero/utilities.scss
|
File without changes
|