simple-css-reset
simple-css-reset copied to clipboard
🎏 A simple, no-nonsense CSS reset stylesheet to use as an NPM dependency.
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [stylelint](https://github.com/stylelint/stylelint) and [stylelint-order](https://github.com/hudochenkov/stylelint-order). These dependencies need to be updated together. Updates `postcss` from 5.2.18 to 8.4.31 Release notes Sourced from postcss's...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...
Bumps [braces](https://github.com/micromatch/braces) to 3.0.2 and updates ancestor dependency [stylelint](https://github.com/stylelint/stylelint). These dependencies need to be updated together. Updates `braces` from 1.8.5 to 3.0.2 Changelog Sourced from braces's changelog. Release history All...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
As mentioned in #19, we probably write better content for `README.md` to document what this "CSS reset" _actually does_. Also, since we distribute it as an NPM package (and not...
I find forms on different devices and browsers display placeholder text differently. Would be nice to reset that.
Love the minimalism of this reset, nice work. IMO, he only thing it's missing that almost everyone adds later is font-family:inherit for inputs, buttons, etc. You could do this and...