Skip to content

Commit

Permalink
chore: temporary disabling scss import in preset-theme-default
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Dec 16, 2022
1 parent 8a4d8a8 commit 6f3c3c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/preset-theme-default/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import { rules } from './rules'
import { shortcuts } from './shortcuts'
import { variants } from './variants'

import './scss/index.scss'
// 鈩癸笍 We will need this import to generate the CSS file for preset-theme-default. We are just temporary disabling this.
// import './scss/index.scss'

interface PresetOptions {
shortcutOverrides?: Exclude<Preset['shortcuts'], undefined>
Expand Down

0 comments on commit 6f3c3c1

Please sign in to comment.