We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0612eff commit 25241d8Copy full SHA for 25241d8
1 file changed
.tape.js
@@ -1,6 +1,6 @@
1
const postcss = require('postcss');
2
const postcssNesting = require('postcss-nesting');
3
-const postcssExtends = require('./dist');
+const postcssExtends = require('./dist/index.cjs');
4
5
module.exports = {
6
'basic': {
0 commit comments