yamlcss 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Readme.md +3 -3
- data/VERSIONS.md +2 -1
- data/lib/yamlcss/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6493f753c7afdeea9c7585b20fa77e4036b48af2
|
4
|
+
data.tar.gz: 76cb8f9192f5dd08df04a67df424a5054c47290d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd11d2e1a3e2e12efc004e29f5e5abbaf17886e472f80b797e0af610af17836af7b8f8846cbe1bdb8fd8d08e79363ecf6f647ada4a92892c3f1fbe5297866019
|
7
|
+
data.tar.gz: 1a0fe612a9e48c2a8f1b2d62f0656fdbb7aabefab4427c9cb1cfde4fc87cce0e0f88cb64aa26f25cc5d0be96a858152afab06d01a70bc7e7da86f1f37922aec1
|
data/Readme.md
CHANGED
@@ -44,7 +44,7 @@ stylesheets must be imported below YAML:
|
|
44
44
|
|
45
45
|
YAML includes an easy way to generate a directory with all the necessary
|
46
46
|
files.
|
47
|
-
For command line help: `$
|
47
|
+
For command line help: `$ yamlcss help`
|
48
48
|
|
49
49
|
### Install (YAML v4.1+)
|
50
50
|
|
@@ -52,7 +52,7 @@ For command line help: `$ yaml help`
|
|
52
52
|
|
53
53
|
Install YAML into the current directory by generating the `yaml` folder:
|
54
54
|
|
55
|
-
|
55
|
+
yamlcss install
|
56
56
|
|
57
57
|
The generated folder will contain all the YAML files (CSS & Sass). It is
|
58
58
|
recommended not to add or modify the YAML files so that you can update YAML
|
@@ -60,7 +60,7 @@ easily.
|
|
60
60
|
|
61
61
|
You can specify a target directory using the `path` flag:
|
62
62
|
|
63
|
-
|
63
|
+
yamlcss install --path my/custom/path/
|
64
64
|
|
65
65
|
### Import Sass
|
66
66
|
|
data/VERSIONS.md
CHANGED
data/lib/yamlcss/version.rb
CHANGED