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: Rebase, ignore node_modules in any subdirectory Created Jan. 10, 2018, 10:17 a.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
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)

Powered by Google App Engine
This is Rietveld