Skip to content

Commit 149d676

Browse files
committed
fix: remove :where() pseudo selectors
1 parent 04335da commit 149d676

File tree

2 files changed

+174
-166
lines changed

2 files changed

+174
-166
lines changed

src/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
const postcss = require('postcss')
1+
const postcss = require("postcss");
22

33
module.exports = postcss([
4-
require('./removeUnsupported'),
5-
require('./expandAnimations'),
4+
require("./removeUnsupported"),
5+
require("./expandAnimations"),
66
]);

0 commit comments

Comments
 (0)