Skip to content

Commit bcc203d

Browse files
committed
feat: add css alias
1 parent 2290f5e commit bcc203d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

packages/crosswind/src/config.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,10 +527,12 @@ let _config: CrosswindConfig | null = null
527527
export async function getConfig(): Promise<CrosswindConfig> {
528528
if (!_config) {
529529
_config = await loadConfig({
530-
name: 'crosswind',
531-
defaultConfig,
532-
})
530+
name: 'crosswind',
531+
alias: 'css',
532+
defaultConfig,
533+
})
533534
}
535+
534536
return _config
535537
}
536538

0 commit comments

Comments
 (0)