Skip to content

Commit

Permalink
fix: wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Jul 6, 2024
1 parent 076ed4e commit 0d54dfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/generators/css/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import cssEscape from 'cssesc'
import CSSParser from 'css-simple-parser'
import getPreprocessorTypeByAttribute from '../../utils/get-preprocessor-type-by-attribute.js'
import preprocess from '../../utils/preprocess-node.js'
import { watch } from 'rollup'

const HOST = ':host'
const DISABLED_SELECTORS = ['from', 'to']
Expand Down

0 comments on commit 0d54dfa

Please sign in to comment.