css-snippets 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/app/helpers/css_snippets_helper.rb +5 -0
- data/lib/css-snippets/version.rb +1 -1
- metadata +3 -2
data/lib/css-snippets/version.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 2
|
9
|
+
version: 0.0.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Ivan Garmatenko
|
@@ -61,6 +61,7 @@ files:
|
|
61
61
|
- lib/css-snippets/renderer/base.rb
|
62
62
|
- lib/css-snippets/renderer/right_menu_liquid_layout.rb
|
63
63
|
- lib/css-snippets/engine.rb
|
64
|
+
- app/helpers/css_snippets_helper.rb
|
64
65
|
- stylesheets/css-snippets/_justified_items.scss
|
65
66
|
- stylesheets/css-snippets/_mixins.scss
|
66
67
|
- stylesheets/css-snippets/_variables.scss
|