postcss-initial
postcss-initial copied to clipboard
PostCSS plugin to fallback initial keyword
@iamstarkov created good list of initial values: https://github.com/iamstarkov/initize We need to use it. @maximkoretskiy write me if youneed help with it.
  via: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-color Proposing to add `outline: medium none currentColor;` as a fallback.
The [MDN specification](https://developer.mozilla.org/en-US/docs/Web/CSS/all) states that the `direction` property (along with `unicode-bidi`) should not be affected by the `all` shorthand property. This plugin should be updated to remove `direction` from the...
Folder called "~" does not sync with OneDrive ... https://stackoverflow.com/questions/68312597/angular-and-onedrive-unsyncable-directory-in-node-modules-postcss-initial As a nice-to-have maybe that folder could be named something different?
https://github.com/maximkoretskiy/postcss-initial/blob/8eaf8fbff8d2a263acc0e0c1ece84f8011217ae5/lib/rules-fabric.js#L70 For example I have the following rule: ``` .test { background-image: url("./initial-image/foo.png"); } ``` This will be replaced with: ``` .test { background-image: url("./none-image/foo.png"); } ``` This causes error.
As the title suggests.
To prevent code bloat, excluding the `all` property from being handled by postcss-initial. This can be implemented by adding the value 'none' for the `reset` option. Potentially fixes https://github.com/maximkoretskiy/postcss-initial/issues/25 Let...
or at least can I shamelessly copy this file to make my own plugin? https://github.com/maximkoretskiy/postcss-initial/blob/master/lib/decls.json should be trivial since the data contains which properties are inherited right? do all the...
Hello, I am wondering if there is a way to omit a single rule (direction: ltr) from the output of `all: initial`. This causes some problems when there is an...
This is a simple request to publish the latest version from github to NPM. 🙂