We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5e510 commit cea90c7Copy full SHA for cea90c7
packages/rollup-package.config.js
@@ -7,7 +7,6 @@ import postcssCustomPropertiesFallback from 'postcss-custom-properties-fallback'
7
import path from 'path';
8
import processLitCSSPlugin from '../scripts/rollup.processLitCSSPlugin.mjs';
9
import importCss from 'rollup-plugin-import-css';
10
-import postcssUrl from 'postcss-url';
11
12
// @ts-ignore-start
13
// eslint-disable-next-line -- // @typescript-eslint/ban-ts-comment // @ts-ignore
@@ -48,7 +47,6 @@ const createCSSFilesConfig = (cssFiles = []) => {
48
47
rollupPostcss({
49
plugins: [
50
postcssCustomPropertiesFallback({ importFrom: properties }),
51
- postcssUrl({ url: 'inline', filter: '**/*.woff2' }),
52
],
53
extract: path.resolve(`./dist/${name}.css`),
54
}),
0 commit comments