This website requires JavaScript.
Explore
Help
Sign In
mirror_css
/
css-water.css
Watch
1
Star
0
Fork
0
You've already forked css-water.css
mirror of
https://github.com/kognise/water.css.git
synced
2025-01-17 03:38:14 +01:00
Code
Issues
Releases
Wiki
Activity
css-water.css
/
.stylelintrc.json
6 lines
100 B
JSON
Raw
Normal View
History
Unescape
Escape
Add style linting and fix problems
2019-10-02 12:03:14 -07:00
{
Linting, so much linting I installed and configured stylelint and eslint, and added an editorconfig as well as a vscode recommended extensions file. The reason the diff is so large is I ran the linters and fixed all the linting issues.
2020-05-27 13:09:20 -05:00
"extends"
:
"stylelint-config-standard"
,
"rules"
:
{
"no-descending-specificity"
:
null
}
Add style linting and fix problems
2019-10-02 12:03:14 -07:00
}
Reference in New Issue
Copy Permalink