Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: stylelint-config-eyeo/README.md

Issue 29643562: Issue 5689 - Add rules for CSS declaration order to stylelint-config-eyeo (Closed) Base URL: https://hg.adblockplus.org/codingtools
Patch Set: Fixed trailing whitespace errors Created Feb. 8, 2018, 2:11 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .hgignore ('k') | stylelint-config-eyeo/css-properties-order.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: stylelint-config-eyeo/README.md
===================================================================
--- a/stylelint-config-eyeo/README.md
+++ b/stylelint-config-eyeo/README.md
@@ -38,8 +38,12 @@
you'll need to use the absolute path to stylelint-config-eyeo in your config.
{
"extends": "/absolute/path/to/stylelint-config-eyeo"
}
For projects without a Stylelint configuration you can create your own
personal configuration in `~/.stylelintrc.json`.
+
+## License
+
+- CSS property order in `css-properties-order.js` based on [grunt-wp-css](https://github.com/cedaro/grunt-wp-css/blob/develop/tasks/config/default.json)
« no previous file with comments | « .hgignore ('k') | stylelint-config-eyeo/css-properties-order.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld