jpmorganchase / modular

A modular front end development framework

Home Page:https://modular.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modular Scripts should come with postcss installed if using the postcss rollup plugin

cangarugula opened this issue · comments

commented

We instruct rollup to use rollup-plugin-postcss to build libs with .css files but it requires postcss >= 8 to be installed as a dependency, as outlined in this error message received when trying to build a lib:

Error: PostCSS plugin postcss-noop-plugin requires PostCSS 8.
Migration guide for end-users:
https://github.com/postcss/postcss/wiki/PostCSS-8-for-end-users

https://github.com/postcss/postcss/wiki/PostCSS-8-for-end-users#rollup

Closed in #435