base.sass 1.4.0 → 1.5.0
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.
- checksums.yaml +4 -4
- data/Changelog.md +4 -0
- data/Readme.md +3 -3
- data/stylesheets/base.sass/{_*.scss → _+.scss} +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec5de8935aba3b78c93b5ab8aed93efab5d4bb17
|
4
|
+
data.tar.gz: 29754e952a7190d684c5178687965234312118dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8861b9442fc95b50ba5ca2c05c466a8d8fb0d995c38107a16c0c8ddff9df691631c7d9ad1ab7454c436b734fdd5ff89d433f14184c972e91fa5126a9ee10faf
|
7
|
+
data.tar.gz: 88ad85a2939d74f55803de1f5f0deafee79b88e682c980eee7de551723e7cb03aba6f5d85e86d7968061a4c95dff3f41a27ee8d85e98511103d940e6bb317ea2
|
data/Changelog.md
CHANGED
data/Readme.md
CHANGED
@@ -5,14 +5,14 @@
|
|
5
5
|
|
6
6
|
> Requires Sass >= 3.3
|
7
7
|
|
8
|
-

|
8
|
+
[](http://sassmeister.com/)
|
9
9
|
|
10
10
|
## Installation
|
11
11
|
|
12
12
|
In your [`Gemfile`](http://bundler.io/v1.6/gemfile.html):
|
13
13
|
|
14
14
|
```ruby
|
15
|
-
gem 'base.sass'
|
15
|
+
gem 'base.sass'
|
16
16
|
```
|
17
17
|
|
18
18
|
Or in command line:
|
@@ -26,7 +26,7 @@ $ gem install base.sass
|
|
26
26
|
At top of your Sass file:
|
27
27
|
|
28
28
|
```scss
|
29
|
-
@import 'base.sass
|
29
|
+
@import 'base.sass/+';
|
30
30
|
```
|
31
31
|
|
32
32
|
Then, use `-r` option in command line:
|
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: base.sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- junjun.zhang
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-09-
|
11
|
+
date: 2014-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|
@@ -50,7 +50,7 @@ files:
|
|
50
50
|
- lib/base.sass/selector.rb
|
51
51
|
- lib/base.sass/strftime.rb
|
52
52
|
- lib/base.sass/url.rb
|
53
|
-
- stylesheets/base.sass/_
|
53
|
+
- stylesheets/base.sass/_+.scss
|
54
54
|
- stylesheets/base.sass/functions/_list.scss
|
55
55
|
- stylesheets/base.sass/functions/_support.scss
|
56
56
|
- stylesheets/base.sass/mixins/_clearfix.scss
|