Closed zeorcpt closed 1 year ago
when landscape: true, there is an error like: in vite 2.x: postcss.atRule is not constructor in vite 3.x: Cannot read properties of undefined (reading 'length')
landscape: true
postcss.atRule is not constructor
Cannot read properties of undefined (reading 'length')
atRule is not a constructor in postcss 8.x see: https://postcss.org/api/#postcss-atrule
replace atRule with AtRule
atRule
AtRule
error
when
landscape: true
, there is an error like: in vite 2.x:postcss.atRule is not constructor
in vite 3.x:Cannot read properties of undefined (reading 'length')
reason
atRule is not a constructor in postcss 8.x see: https://postcss.org/api/#postcss-atrule
fix
replace
atRule
withAtRule