Skip to content

Commit

Permalink
Update prefixers result
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Dec 13, 2022
1 parent bbbafa4 commit 27de69a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions prefixers.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* Results on Node 19.2.0, GitHub Actions:
Lightning CSS: 12 ms (7.9 times faster)
Stylis: 18 ms (5.2 times faster)
Autoprefixer: 94 ms
Stylecow: 835 ms (8.9 times slower)
Lightning CSS: 13 ms (9.0 times faster)
Stylis: 21 ms (5.8 times faster)
Autoprefixer: 120 ms
Stylecow: 1061 ms (8.9 times slower)
*/

let { existsSync, readFileSync } = require('fs')
Expand Down

0 comments on commit 27de69a

Please sign in to comment.