rsnext/test/integration/css/fixtures
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
..
compilation-and-prefixing Global CSS Support (#8710) 2019-09-17 16:05:20 -04:00
invalid-global Global CSS Support (#8710) 2019-09-17 16:05:20 -04:00
invalid-global-with-app Global CSS Support (#8710) 2019-09-17 16:05:20 -04:00
multi-global Global CSS Support (#8710) 2019-09-17 16:05:20 -04:00
multi-global-reversed Global CSS Support (#8710) 2019-09-17 16:05:20 -04:00
multi-page Global CSS Support (#8710) 2019-09-17 16:05:20 -04:00
nested-global Global CSS Support (#8710) 2019-09-17 16:05:20 -04:00
single-global Global CSS Support (#8710) 2019-09-17 16:05:20 -04:00
url-global Global CSS Support (#8710) 2019-09-17 16:05:20 -04:00
valid-and-invalid-global Global CSS Support (#8710) 2019-09-17 16:05:20 -04:00
with-styled-jsx Fix Experimental CSS Ordering (#8790) 2019-09-18 20:18:41 -04:00