We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa1bde commit a867056Copy full SHA for a867056
tests/postcss-plugins/nesting/index.test.js
@@ -1,6 +1,6 @@
1
-let postcss = require('postcss')
2
-let postcssNested = require('postcss-nested')
3
-let plugin = require('../../../nesting')
+import postcss from 'postcss'
+import postcssNested from 'postcss-nested'
+import plugin from '../../../src/postcss-plugins/nesting'
4
5
it('should be possible to load a custom nesting plugin', async () => {
6
let input = css`
0 commit comments