Skip to content

Commit 664a8d7

Browse files
committed
failing test for 8891564
1 parent b144fc5 commit 664a8d7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

test/css/import-once.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@import "import-test-d.css";
2+
3+
.mixin {
4+
height: 10px;
5+
color: #ff0000;
6+
}
7+
#import {
8+
color: #ff0000;
9+
}

test/less/import-once.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@import-once "import/import-test-a";
2+
@import-once "import/import-test-b";
3+
@import-once "import/import-test-c";

0 commit comments

Comments
 (0)