rsnext/test/integration/css/fixtures/bad-custom-configuration/styles/global.css
Joe Haddad 4656f52d15
CSS Support Customization (#9502)
* CSS Support Customization

* Sort imports

* Correct PostCSS plugin loading

* Add css customization test

* Test "bad" css configuration

* Add load config test

* adjust spacing

* adjust spacing 2x

* Only allow config through JSON

* Support excluding false plugins

* Test tailwind css behavior

* Test plugin exclusion

* Fix unit test

* Fix config file

* Remove more variants

* Update test cases
2019-11-25 16:52:29 -05:00

4 lines
85 B
CSS

/* this should be transformed to width/height */
.video {
max-size: 400px 300px;
}