MathSass 0.9.4 → 0.9.5
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 +8 -8
- data/README.md +4 -4
- data/dist/{_mathsass.scss → _math.scss} +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MDQ1Zjg4NDJhMjQ0YWRjYTRjOTI3MWJiYjgxNzliMWMwNjgzMWQ3Zg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZDZiMDlkNjcwNThiYmM1MmJhNGQ5NmE4NDRmOGYzOWZjMmVkMjkyNw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YTljZDRiYjQwNTJlYTFkYmEwMDJhZjZhMTQ2NzE2MmI1ZGNiNDE0ZWIwOGE1
|
10
|
+
NjM3NGEzMmVkZDllYzM0MmEyODM3ZDkwN2IzZTJjMTRlNjliOWU3OTAzMmQw
|
11
|
+
ODU4NWEyY2U0NDkzOWRkM2MyODdkNDQzNWExM2FiMDBiYWRmZmI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YTJhY2I2ZTE1YWVjZTY2ZDdkYTEwMTIzZmUyOWEwYjZlYTMzMTRhMjkxZTlj
|
14
|
+
YTA1MTg4MzE2MmM1NDhjNDJlYTg5NGI3ZjgyZDc2MzQyMzQyODlhNjlmZDUw
|
15
|
+
ZTFmMWQ0ODFhMzY2ZTdmNmM2OWM0YzE2NTE5M2UxOTdiYmVmNDg=
|
data/README.md
CHANGED
@@ -24,10 +24,10 @@ npm install mathsass --save-dev
|
|
24
24
|
|
25
25
|
## Usage
|
26
26
|
|
27
|
-
Import `dist/
|
27
|
+
Import `dist/_math.scss` partial to the Sass document.
|
28
28
|
|
29
29
|
```scss
|
30
|
-
@import "path/to/dist/
|
30
|
+
@import "path/to/dist/math";
|
31
31
|
|
32
32
|
.content {
|
33
33
|
height: 200px;
|
@@ -35,9 +35,9 @@ Import `dist/mathsass.scss` partial to the Sass document.
|
|
35
35
|
}
|
36
36
|
```
|
37
37
|
|
38
|
-
If you installed via Npm the path will be: `node_modules/mathsass/dist/
|
38
|
+
If you installed via Npm the path will be: `node_modules/mathsass/dist/math`
|
39
39
|
|
40
|
-
If you installed via Bower the path will be: `bower_components/mathsass/dist/
|
40
|
+
If you installed via Bower the path will be: `bower_components/mathsass/dist/math`
|
41
41
|
|
42
42
|
|
43
43
|
## Features
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: MathSass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Takeru Suzuki
|
@@ -33,7 +33,7 @@ extra_rdoc_files: []
|
|
33
33
|
files:
|
34
34
|
- README.md
|
35
35
|
- dist/_constants.scss
|
36
|
-
- dist/
|
36
|
+
- dist/_math.scss
|
37
37
|
- dist/functions/_acos.scss
|
38
38
|
- dist/functions/_asin.scss
|
39
39
|
- dist/functions/_atan.scss
|