postcss-responsive-type
postcss-responsive-type copied to clipboard
Automagical responsive typography, built on PostCSS
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
I had the min and max font size set with `rem` units and been using the `62.5%` hack to reset font-size to `10px`. What I noticed is that using this...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.9.1 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > ## [3.13.1] - 2019-04-05 > ### Security > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480)....
related issue `https://github.com/postcss/autoprefixer/issues/1263` it happens when autoprefix `input::placeholder` ``` Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): ModuleBuildError: Module build failed (from ./node_modules/postcss-loader/src/index.js): TypeError: Cannot read property 'indexOf' of undefined at /Users/t826148/dev/lightbox/repo/desktop/src/app/layouts/shared-navigation/search-nav-button.css:56:3 at...
[https://www.w3.org/TR/css-fonts-4/#font-min-max-size-prop](https://www.w3.org/TR/css-fonts-4/#font-min-max-size-prop)
Hi. I'm using [email protected]. I just wanted to use responsive line-height. ```css html { line-height: responsive; } ``` Unfortunately it generates an error: ``` postcss-responsive-type: $FILE_PATH/default.css:5:1: this combination of units...
I reproduced the problem here: https://github.com/perrin4869/responsive_type_test I am getting the warning `this combination of units is not supported [postcss-responsive-type]` while attempting to process the following: ``` div { font-size: responsive...
Not sure if newer version of Safari is supported but when I try the following it doesn't work as intended: ``` h1 { font-size: calc(28px + 20 * ((100vw -...
When using rems to set font sizes, (and ems to set breakpoints), two media queries are being generated for each selector. One using the defaults, and a second using the...