next-plugins-css-bug

A contrived example demonstrating that @zeit/next-css does not include page-specific styles.

Running

To run in development mode (without the bug), do:

$ npm run dev

To run in production mode (and see the bug), do:

$ npm run build
$ npm run start