MathSass 0.9.4 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NTY3YmNkMThlMGJhM2JhYjhhMGRkNGFjNDVhNDhhMGE4OGNjOGEyZQ==
4
+ MDQ1Zjg4NDJhMjQ0YWRjYTRjOTI3MWJiYjgxNzliMWMwNjgzMWQ3Zg==
5
5
  data.tar.gz: !binary |-
6
- M2JhZTBjOGNjNzg1OTU1ZmNmNWM0ODM3OGJlYzMyMDVmMmY3MmNlMg==
6
+ ZDZiMDlkNjcwNThiYmM1MmJhNGQ5NmE4NDRmOGYzOWZjMmVkMjkyNw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZDIxZmI5YTgxMjNlOGI0OTY1MmExYmFjYWEzYmY3ZjEwYjFiMjMzYzhjYWUx
10
- Zjc5Yjk2MTNhOTY2YWYyNWIyZWUyNDZhNWNhYWQzNTg0ODhjNzQyMDNjNzg0
11
- NTQ5ZGFiZDQ0ZmQ0ZDZjYTViZTU3YjhkODQ1NzI1ZmZkNDAyODc=
9
+ YTljZDRiYjQwNTJlYTFkYmEwMDJhZjZhMTQ2NzE2MmI1ZGNiNDE0ZWIwOGE1
10
+ NjM3NGEzMmVkZDllYzM0MmEyODM3ZDkwN2IzZTJjMTRlNjliOWU3OTAzMmQw
11
+ ODU4NWEyY2U0NDkzOWRkM2MyODdkNDQzNWExM2FiMDBiYWRmZmI=
12
12
  data.tar.gz: !binary |-
13
- OWVhOTI5MDI4ZGRkNmM3NGI3YzBlYWZkNTJiZmQ5NWMxMDU1MGY1ZmZmNjZh
14
- NTM5NjQxYzY2YmMzNWI2ZWM4YTc1Mjc3ODE0NTViZWUxZGE2YTY0ZDNjZDBi
15
- MGY2ODI0OTg3NzY1MDhlOTJiM2MxOTQ3M2RhNDk4YjU5MjNjYWE=
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/mathsass.scss` partial to the Sass document.
27
+ Import `dist/_math.scss` partial to the Sass document.
28
28
 
29
29
  ```scss
30
- @import "path/to/dist/mathsass";
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/mathsass`
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/mathsass`
40
+ If you installed via Bower the path will be: `bower_components/mathsass/dist/math`
41
41
 
42
42
 
43
43
  ## Features
@@ -1,4 +1,4 @@
1
- // MathSass v0.9.4
1
+ // MathSass v0.9.5
2
2
  // https://github.com/terkel/mathsass
3
3
  //
4
4
  // Copyright (c) 2014 Takeru Suzuki - http://terkel.jp/
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
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/_mathsass.scss
36
+ - dist/_math.scss
37
37
  - dist/functions/_acos.scss
38
38
  - dist/functions/_asin.scss
39
39
  - dist/functions/_atan.scss