Skip to content

Commit cea90c7

Browse files
committed
Remove duplicate postcss config
1 parent 2d5e510 commit cea90c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/rollup-package.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import postcssCustomPropertiesFallback from 'postcss-custom-properties-fallback'
77
import path from 'path';
88
import processLitCSSPlugin from '../scripts/rollup.processLitCSSPlugin.mjs';
99
import importCss from 'rollup-plugin-import-css';
10-
import postcssUrl from 'postcss-url';
1110

1211
// @ts-ignore-start
1312
// eslint-disable-next-line -- // @typescript-eslint/ban-ts-comment // @ts-ignore
@@ -48,7 +47,6 @@ const createCSSFilesConfig = (cssFiles = []) => {
4847
rollupPostcss({
4948
plugins: [
5049
postcssCustomPropertiesFallback({ importFrom: properties }),
51-
postcssUrl({ url: 'inline', filter: '**/*.woff2' }),
5250
],
5351
extract: path.resolve(`./dist/${name}.css`),
5452
}),

0 commit comments

Comments
 (0)