mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
dependencies: Remove unused postcss-mixins plugin.
Commit 7fc191d816 added this as
preparation for #19927, but we already have @extend from
postcss-extend-rule and don’t need both.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
bd272149e6
commit
577d41023d
@@ -4,7 +4,7 @@ module.exports = {
|
||||
extends: ["stylelint-config-standard", "stylelint-config-prettier"],
|
||||
rules: {
|
||||
// Add some exceptions for recommended rules
|
||||
"at-rule-no-unknown": [true, {ignoreAtRules: ["extend", "define-mixin", "mixin"]}],
|
||||
"at-rule-no-unknown": [true, {ignoreAtRules: ["extend"]}],
|
||||
"font-family-no-missing-generic-family-keyword": [
|
||||
true,
|
||||
{ignoreFontFamilies: ["FontAwesome"]},
|
||||
|
||||
Reference in New Issue
Block a user