fix(css): import base from custom instead of the other way around ()

This commit is contained in:
Jacky Zhao 2023-10-14 13:45:56 -07:00 committed by GitHub
parent da0a062c05
commit af9ddadc4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions
quartz/cli

View file

@ -1,4 +1,4 @@
import { promises, readFileSync } from "fs"
import { promises } from "fs"
import path from "path"
import esbuild from "esbuild"
import chalk from "chalk"