We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd771fc commit 5c41410Copy full SHA for 5c41410
src/lib/menu/menu.scss
@@ -2,7 +2,6 @@
2
@import '../core/style/button-common';
3
@import '../core/style/layout-common';
4
@import '../core/style/menu-common';
5
-@import '../core/style/layout-common';
6
@import '../../cdk/a11y/a11y';
7
8
$mat-menu-vertical-padding: 8px !default;
stylelint-config.json
@@ -49,6 +49,7 @@
49
"shorthand-property-no-redundant-values": true,
50
51
"property-case": "lower",
52
+ "no-duplicate-at-import-rules": true,
53
54
"declaration-block-no-duplicate-properties": [true, {
55
"ignore": ["consecutive-duplicates-with-different-values"]
0 commit comments