postcss-initial icon indicating copy to clipboard operation
postcss-initial copied to clipboard

PostCSS plugin to fallback initial keyword

Results 11 postcss-initial issues
Sort by recently updated
recently updated
newest added

@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.

![screen shot 2017-01-12 at 1 09 08 pm](https://cloud.githubusercontent.com/assets/1444385/21908423/89996638-d8c8-11e6-8a27-74126f3d7c14.png) ![screen shot 2017-01-12 at 1 07 49 pm](https://cloud.githubusercontent.com/assets/1444385/21908422/8995d7b6-d8c8-11e6-8df9-1a6a5cc7c45f.png) 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.

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. 🙂