axinite 0.0.9 → 0.0.10

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.
@@ -0,0 +1,4 @@
1
+ @mixin linear-gradient($degree, $primary-color, $secondary-color) {
2
+ color: $white;
3
+ background: linear-gradient($degree, $primary-color, $secondary-color);
4
+ }
@@ -0,0 +1,10 @@
1
+ @mixin message($primary-color) {
2
+ background-color: lighten($primary-color, 20%);
3
+ border: 1px solid darken($primary-color, 5%);
4
+ border-radius: 3px;
5
+ color: darken($primary-color, 10%);
6
+ font-size: 14px;
7
+ line-height: 1.5;
8
+ padding: 15px;
9
+ position: relative;
10
+ }
@@ -0,0 +1 @@
1
+ @mixin shadow($shadow-color) { box-shadow: 0 0 5px $shadow-color; }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: axinite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Avery Magnotti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-16 00:00:00.000000000 Z
11
+ date: 2016-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -94,6 +94,24 @@ files:
94
94
  - _layouts/default.html
95
95
  - _layouts/page.html
96
96
  - _layouts/post.html
97
+ - _sass/.scss-lint.yml
98
+ - _sass/_body.scss
99
+ - _sass/_buttons.scss
100
+ - _sass/_code.scss
101
+ - _sass/_custom.scss
102
+ - _sass/_forms.scss
103
+ - _sass/_gradients.scss
104
+ - _sass/_messages.scss
105
+ - _sass/_mixins.scss
106
+ - _sass/_normalize.scss
107
+ - _sass/_syntax.scss
108
+ - _sass/_tooltips.scss
109
+ - _sass/_utilities.scss
110
+ - _sass/_variables.scss
111
+ - _sass/mixins/_buttons.scss
112
+ - _sass/mixins/_gradients.scss
113
+ - _sass/mixins/_messages.scss
114
+ - _sass/mixins/_shadows.scss
97
115
  homepage: https://axnt.github.io/jekyll/
98
116
  licenses:
99
117
  - MIT