Skip to content

Commit

Permalink
feat: widen default include glob to account for Vite import params
Browse files Browse the repository at this point in the history
Refs #49, refs #50
  • Loading branch information
umbopepato committed Jun 21, 2023
1 parent 92a609b commit 0c05650
Show file tree
Hide file tree
Showing 3 changed files with 4,330 additions and 9,974 deletions.
2 changes: 1 addition & 1 deletion index.ts
Expand Up @@ -29,7 +29,7 @@ const escape = (str: string): string => str

export = function postcssLit(options: PostcssLitOptions = {}): PluginOption {
const defaultOptions: PostcssLitOptions = {
include: '**/*.{css,sss,pcss,styl,stylus,sass,scss,less}',
include: '**/*.{css,sss,pcss,styl,stylus,sass,scss,less}?(*)',
exclude: null,
importPackage: 'lit',
};
Expand Down

0 comments on commit 0c05650

Please sign in to comment.