rsnext/test/integration/css
Joe Haddad ed84bee503
Fix Experimental CSS Ordering (#8790)
* Fix CSS Ordering
This fixes CSS ordering between development and production.

Before this change, globally imported CSS would come _after_ `<style jsx global>` in development, but _before_ in production.

After this change, it'll always be applied before.

* Move to correct element

* Add tests

* Fix obnoxious indents

* Update test/integration/css/fixtures/with-styled-jsx/pages/index.js

Co-Authored-By: JJ Kasper <jj@jjsweb.site>
2019-09-18 20:18:41 -04:00
..
fixtures Fix Experimental CSS Ordering (#8790) 2019-09-18 20:18:41 -04:00
test Fix Experimental CSS Ordering (#8790) 2019-09-18 20:18:41 -04:00
next.config.js Reduce Install Size (#8788) 2019-09-18 13:59:46 -04:00