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) |