Changes between Version 2 and Version 3 of Ticket #29792, comment 44
- Timestamp:
- 10/13/2015 12:54:07 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29792, comment 44
v2 v3 65 65 If the above is not the case then we'll need to update both the Autoprefixer issue ([https://github.com/postcss/autoprefixer/issues/527 527]) and pull request ([https://github.com/postcss/autoprefixer/pull/528 528]) opened upstream by @Ocean90 to match our CSS standards. 66 66 67 Edit: See also the Stylelint rule [https://github.com/stylelint/stylelint/tree/master/src/rules/declaration-colon-newline-after declaration-colon-newline-after] 67 Edit: See also the Stylelint [https://github.com/stylelint/stylelint/tree/master/src/rules/declaration-colon-newline-after declaration-colon-newline-after] and [https://github.com/stylelint/stylelint/blob/master/src/rules/declaration-colon-space-after/README.md declaration-colon-space-after] rules. 68 69 Edit: Support for this was added to `stylelint-config-wordpress` in [https://github.com/stylelint/stylelint-config-wordpress/pull/12 stylelint/stylelint-config-wordpress/pull/12]