Skip to content
This repository was archived by the owner on Aug 4, 2020. It is now read-only.

Commit 710426b

Browse files
committed
failing test case: composing from a node_module
1 parent b45898e commit 710426b

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
._styles__foo {
2+
color: #F00;
3+
}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
var styles = require('./styles.css');

tests/cases/compose-node-module/node_modules/cool-styles/styles.css

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.foo {
2+
composes: foo from "cool-styles/styles.css";
3+
}

0 commit comments

Comments
 (0)