# modularscale-sass-npm

> A tool to help web designers size their type in a more meaningful way.

Latest version **2.1.5** (published 2017-03-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install modularscale-sass-npm
pnpm add modularscale-sass-npm
yarn add modularscale-sass-npm
bun add modularscale-sass-npm
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.1.5 |
| Published | 2017-03-14 |
| First published | 2017-03-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Scott Kellum, Adam Stacoviak, and Mason Wendell. Modifications by Joshua Harris. |
| Maintainers | joshharris |
| Keywords | sass, design, typography, eyeglass-module, modular-scale |

## Links

- npm: https://www.npmjs.com/package/modularscale-sass-npm
- Repository: https://github.com/meshuggie/modularscale-sass
- Issues: https://github.com/meshuggie/modularscale-sass/issues
- npm.io page: https://npm.io/package/modularscale-sass-npm

## Alternatives

- [d3-force-3d](https://npm.io/package/d3-force-3d.md) — 1.0M weekly downloads
- [ng2-charts](https://npm.io/package/ng2-charts.md) — 486.8K weekly downloads
- [@arcgis/core](https://npm.io/package/@arcgis/core.md) — 257.8K weekly downloads
- [react-sparklines](https://npm.io/package/react-sparklines.md) — 249.3K weekly downloads
- [react-native-gifted-charts](https://npm.io/package/react-native-gifted-charts.md) — 182.3K weekly downloads

## Recent versions

- 2.1.5 (latest) — 2017-03-14
- 2.1.4 — 2017-03-14

## README

# Modular Scale

This is a fork from the main [modularscale-sass package](https://github.com/modularscale/modularscale-sass). It fixes the missing 'needs' error, and additionally removed the eyeglass dependency - thereby making it function similar to the Thoughtbot Bourbon NPM package (by either using Eyeglass, or by requiring the module's includePaths).

## Use

### Compass

* Terminal: `gem install modular-scale`
* Compass config: `require 'modular-scale'`
* SCSS: `@import 'modular-scale';`

### Eyeglass

* Terminal: `npm install modularscale-sass --save-dev`
* SCSS: `@import 'modular-scale'`

### Gulp (without Eyeglass)
* Terminal: `npm install modularscale-sass --save-dev`
* gulpfile.js: pipe in `require("modularscale-sass").includePaths` to your gulp-sass options.
* SCSS: `@import 'modular-scale'`

### Webpack with sass-loader

* Terminal: `npm install modularscale-sass --save-dev`
* Webpack config: install and use [sass-loader](https://github.com/jtangelder/sass-loader#apply-via-webpack-config)
* SCSS: `@import '~modularscale-sass/stylesheets/modular-scale';`

### Bower

* Terminal: `bower install modular-scale --save-dev`
* SCSS: `@import '../link_to_component_dir/modular-scale/stylesheets/modular-scale';`

### Vanilla Sass

* [Download the latest zip](https://github.com/Team-Sass/modular-scale/releases/latest)
* Extract into your project
* SCSS: `@import 'modular-scale';`


### License

Copyright for portions of project modularscale-sass-npm are held by [Scott Kellum](http://www.scottkellum.com/) ([@scottkellum](http://twitter.com/scottkellum)), [Adam Stacoviak](http://adamstacoviak.com/) ([@adamstac](http://twitter.com/adamstac)) and [Mason Wendell](http://thecodingdesigner.com/) ([@codingdesigner](http://twitter.com/codingdesigner)), 2016 as part of project modularscale-sass. All other copyright for project modularscale-sass-npm are held by Joshua Harris, 2017.

The MIT License (MIT)

Copyright © 2015 [Scott Kellum](http://www.scottkellum.com/) ([@scottkellum](http://twitter.com/scottkellum)), [Adam Stacoviak](http://adamstacoviak.com/) ([@adamstac](http://twitter.com/adamstac)) and [Mason Wendell](http://thecodingdesigner.com/) ([@codingdesigner](http://twitter.com/codingdesigner))

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

**The software is provided “as is”, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and non-infringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.**

---
_Source: https://npm.io/package/modularscale-sass-npm · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
