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 c662d1c commit bc42b86Copy full SHA for bc42b86
benchmark/benchmark.js
@@ -1,7 +1,7 @@
1
import { Bench } from "tinybench"
2
import { withCodSpeed } from "@codspeed/tinybench-plugin"
3
import * as fs from "fs"
4
-import { analyze } from '../src/index.js'
+import { analyze } from '../dist/analyze-css.js'
5
import { namedColors, systemColors, colorKeywords } from "../src/values/colors.js"
6
7
let filelist = fs.readdirSync('./src/__fixtures__')
package.json
@@ -29,7 +29,7 @@
29
"scripts": {
30
"test": "uvu",
31
"build": "vite build",
32
- "benchmark": "node benchmark/benchmark.js"
+ "benchmark": "npm run build && node benchmark/benchmark.js"
33
},
34
"keywords": [
35
"projectwallace",
0 commit comments