File tree Expand file tree Collapse file tree
template/application/component Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { nodeResolve } from '@rollup/plugin-node-resolve';
33import { babel } from '@rollup/plugin-babel' ;
44import typescript from '@rollup/plugin-typescript' ;
55import postcss from '@quarkd/rollup-plugin-postcss' ;
6- import px2vp from "postcss-px-to-viewport" ;
76import filesize from 'rollup-plugin-filesize' ;
87
98const extensions = [ '.js' , '.ts' , '.tsx' ] ;
@@ -22,23 +21,6 @@ const options = [
2221 treeshake : false ,
2322 plugins : [
2423 postcss ( {
25- plugins : [
26- px2vp ( {
27- unitToConvert : 'px' ,
28- viewportWidth : 375 ,
29- unitPrecision : 5 ,
30- propList : [ '*' ] ,
31- viewportUnit : 'vw' ,
32- fontViewportUnit : 'vw' ,
33- selectorBlackList : [ ] ,
34- minPixelValue : 1 ,
35- mediaQuery : false ,
36- replace : true ,
37- exclude : undefined ,
38- include : undefined ,
39- landscape : false ,
40- } )
41- ] ,
4224 inject : false ,
4325 extensions : [ '.css' ] ,
4426 } ) ,
You can’t perform that action at this time.
0 commit comments