mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
22e8c29a0d
This is now based solely on container attributes and CSS, as it used to be, removing the need for a list of controls to hide in JavaScript. This also does away with the "shaka-fade-out-on-mouse-out" CSS class. Change-Id: Ic2f77c5b2f0691023279d9c99cfe3519f4b26cdd
14 lines
472 B
Plaintext
14 lines
472 B
Plaintext
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"font-family-no-missing-generic-family-keyword": null,
|
|
"declaration-block-single-line-max-declarations": null,
|
|
"max-line-length": [ 80, {
|
|
ignorePattern: "/^@import\\s+/",
|
|
}],
|
|
"selector-list-comma-newline-after": "always-multi-line",
|
|
"selector-pseudo-element-colon-notation": "single",
|
|
"unit-whitelist": ["em", "%", "px", "s", "deg", "vmin", "ms", "vh"]
|
|
}
|
|
}
|