diff options
author | 2022-11-02 06:58:46 +0000 | |
---|---|---|
committer | 2022-11-02 06:58:46 +0000 | |
commit | a685acf6dee45f71e58a6e027d85a6d17e786b10 (patch) | |
tree | fa127a8d8c35c26796d8b7a24a767d65a98dafc2 | |
parent | 1cc067052438602d9378bf84dc7754c09afdfbe8 (diff) | |
download | astro-a685acf6dee45f71e58a6e027d85a6d17e786b10.tar.gz astro-a685acf6dee45f71e58a6e027d85a6d17e786b10.tar.zst astro-a685acf6dee45f71e58a6e027d85a6d17e786b10.zip |
[ci] format
-rw-r--r-- | packages/astro/src/core/compile/style.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/core/compile/style.ts b/packages/astro/src/core/compile/style.ts index 779aa4ec9..4d8485ac2 100644 --- a/packages/astro/src/core/compile/style.ts +++ b/packages/astro/src/core/compile/style.ts @@ -1,5 +1,5 @@ -import fs from 'fs'; import type { TransformOptions } from '@astrojs/compiler'; +import fs from 'fs'; import { preprocessCSS, ResolvedConfig } from 'vite'; import { AstroErrorCodes } from '../errors/codes.js'; import { CSSError } from '../errors/errors.js'; |