Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mathsass

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mathsass - npm Package Compare versions

Comparing version 0.9.4 to 0.9.5

dist/_math.scss

4

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc