Skip to content

Commit

Permalink
fix: remove :where() pseudo selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 committed Jan 5, 2024
1 parent 04335da commit 149d676
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 166 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const postcss = require('postcss')
const postcss = require("postcss");

module.exports = postcss([
require('./removeUnsupported'),
require('./expandAnimations'),
require("./removeUnsupported"),
require("./expandAnimations"),
]);
Loading

0 comments on commit 149d676

Please sign in to comment.