-
Hello,
One thing bothers me. When I use multiple bases like `1, 0.875` the ms(0) and ms(-1) are equal. I noticed this is [expected behaviour](https://github.com/kristoferjoseph/modular-scale/blob/ma…
-
**Tell us about your environment**
* **ESLint Version:** 4.9.0
* **Node Version:** 8
* **npm Version:** 5.5.1
**What parser (default, Babel-ESLint, etc.) are you using?** Babel-ESLint
*…
-
Hi there,
I came across this and was really interested in seeing if I can survive without Gulp. I have this setup on OSX and I am trying to pull in some frameworks I use like so:
```
"framework…
-
@scottkellum:
```scss
$modularscale: (
base: 1em,
ratio: $golden
);
article {
@include ms-respond(padding, 6);
}
````
But there is no `padding` in ``.
-
Help me obi-josh kenobi.
The function in question:
https://github.com/ArcGIS/calcite-react/blob/develop/src/utils/helpers.js#L79
The mixin from calcite sass that I'm attempting to implement:
h…
-
/cc @tonyjaramillo
-
When will 3.x be released to npm? Apparently the 2.x is latest version available on npm.
-
Make `headers` and such more modular and then put together into big, sweeping mixins a la https://github.com/jenius/axis/blob/master/axis/typography.styl
-
I have this situation. Look the next markup
```jsx
import React, { Component } from 'react'
import { observer, inject } from 'mobx-react'
import { Route } from 'react-router-dom'
import styled …
-
What is currently in place is loosely based on the powers of two, as described in Brent Jackson's article, [Mathematical Web Typography](http://jxnblk.com/writing/posts/mathematical-web-typography/). …