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 b970fb0 commit 90705dfCopy full SHA for 90705df
packages/postcss-if-function/test/plugin.test.js
@@ -1,5 +1,5 @@
1
import postcss from 'postcss';
2
-import { describe, expect, it } from 'vitest';
+import { describe, expect, it, vi } from 'vitest';
3
import { postcssIfFunction } from '../src/index.js';
4
5
describe('postcss-if-function plugin', () => {
0 commit comments