Comparing version 0.9.4 to 0.9.5
{ | ||
"name": "mathsass", | ||
"title": "MathSass", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"description": "A Sass implementation of mathematical functions.", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
], | ||
"main": "dist/mathsass.scss", | ||
"main": "dist/_math.scss", | ||
"repository": { | ||
@@ -32,0 +32,0 @@ "type": "git", |
@@ -27,6 +27,6 @@ # MathSass [![NPM version](https://badge.fury.io/js/mathsass.png)](http://badge.fury.io/js/mathsass) [![Build Status](https://travis-ci.org/terkel/mathsass.png?branch=master)](https://travis-ci.org/terkel/mathsass) [![Dependency Status](https://david-dm.org/terkel/mathsass.png)](https://david-dm.org/terkel/mathsass) [![devDependency Status](https://david-dm.org/terkel/mathsass/dev-status.png)](https://david-dm.org/terkel/mathsass#info=devDependencies) | ||
Import `dist/mathsass.scss` partial to the Sass document. | ||
Import `dist/_math.scss` partial to the Sass document. | ||
```scss | ||
@import "path/to/dist/mathsass"; | ||
@import "path/to/dist/math"; | ||
@@ -39,5 +39,5 @@ .content { | ||
If you installed via Npm the path will be: `node_modules/mathsass/dist/mathsass` | ||
If you installed via Npm the path will be: `node_modules/mathsass/dist/math` | ||
If you installed via Bower the path will be: `bower_components/mathsass/dist/mathsass` | ||
If you installed via Bower the path will be: `bower_components/mathsass/dist/math` | ||
@@ -44,0 +44,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15625