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: 669ee902b4728f9a5f9b1457f3025001cd28090849453e443be8ddf0dc01973c
4
- data.tar.gz: b1b454f558ab362219ffa2d9752e11f34417692e7e2421688798d37abdb175ad
3
+ metadata.gz: 52757fc96f9e5a53855b56448f7e018de29ca3140d03e6b71640fdebd13c1de3
4
+ data.tar.gz: 9fb81ca3d6590f4941ca2c66fa458801f74e45d275ebab376dd02e1ecf803ce6
5
5
  SHA512:
6
- metadata.gz: 793557acb4df0cce7454628eb3f428a937dc991ba666d2ebcc06c9236e6abb87aa9657cf101fd15b30c08d86fea8a958538764942b7e4acf9a929a68c845616f
7
- data.tar.gz: 28b68629357d86a7d436ea2ad7153f050abdfbcead3288e94f8b1a2231a566a45654cafecc070370eabbcb08df7703cd32f19d03f8f3eae5dca71426dbfb23da
6
+ metadata.gz: a3d6a8a06e5fce7a0c94e2d04bb254ef23ca6efec6021276a260e665c5130af140452d28e3f1eff0a2b4430c849a3e98cc843b46e34210352a9817054a00e283
7
+ data.tar.gz: 9cac737a7dd2d6888cec6099c3d4c78ff8c1d410206e8c5fd6b2a1899bd315401effda9edaa250e44066793c88dfeb494597cc7049cfdbdd70cb0c597774bd6a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sass-zero (1.3.1)
4
+ sass-zero (1.3.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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):
@@ -1,4 +1,5 @@
1
1
  @import "variables/sizing";
2
+ @import "animations";
2
3
 
3
4
  // *******************************************************************
4
5
  // General
@@ -1,5 +1,5 @@
1
1
  module Sass
2
2
  module Zero
3
- VERSION = "1.3.1"
3
+ VERSION = "1.3.2"
4
4
  end
5
5
  end
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.1
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