mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(package) stylelint-config-standard v4.0.0
This commit is contained in:
parent
f214183042
commit
c4bd976c57
4 changed files with 5 additions and 3 deletions
|
|
@ -10,3 +10,5 @@ rules:
|
|||
string-quotes: single
|
||||
function-url-quotes: none
|
||||
no-eol-whitespace: null
|
||||
font-family-name-quotes: single-unless-keyword
|
||||
|
||||
|
|
|
|||
|
|
@ -8,5 +8,5 @@
|
|||
}
|
||||
|
||||
.help img {
|
||||
max-width : 100%
|
||||
max-width : 100%;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
* when search element with
|
||||
* document.elementFromPoint
|
||||
*/
|
||||
z-index: 1
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.fancybox-overlay {
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
"recess": "^1.1.9",
|
||||
"shortdate": "^1.0.1",
|
||||
"stylelint": "^4.4.0",
|
||||
"stylelint-config-standard": "^3.0.0",
|
||||
"stylelint-config-standard": "^4.0.0",
|
||||
"tape": "^4.4.0",
|
||||
"version-io": "^1.2.5",
|
||||
"yaspeller": "^2.6.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue