mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
dependencies: Upgrade JavaScript dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
66a1037f06
commit
d9860d40a6
@@ -21,13 +21,13 @@ module.exports = {
|
||||
// Limit language features
|
||||
"color-no-hex": true,
|
||||
"color-named": "never",
|
||||
"declaration-property-value-blacklist": {
|
||||
"declaration-property-value-disallowed-list": {
|
||||
// thin/medium/thick is under-specified, please use pixels
|
||||
"/^(border(-top|-right|-bottom|-left)?|outline)(-width)?$/": [
|
||||
/\b(thin|medium|thick)\b/,
|
||||
],
|
||||
},
|
||||
"function-blacklist": [
|
||||
"function-disallowed-list": [
|
||||
// We use hsl(a) instead of rgb(a)
|
||||
"rgb",
|
||||
"rgba",
|
||||
@@ -35,7 +35,7 @@ module.exports = {
|
||||
|
||||
// Zulip CSS should have no dependencies on external resources
|
||||
"function-url-no-scheme-relative": true,
|
||||
"function-url-scheme-whitelist": [],
|
||||
"function-url-scheme-allowed-list": [],
|
||||
|
||||
// We use autoprefixer to generate vendor prefixes
|
||||
"at-rule-no-vendor-prefix": true,
|
||||
|
Reference in New Issue
Block a user