astro/packages
Matthew Phillips 73a43d9301
Prevent postcss from crashing when scoping class without a body (#430)
* Prevent postcss from crashing when scoping class without a body

For some reason postcss will keep running the plugin over and over on a class without a body if we modify the `selector` (this triggers it as being "dirty"). It doesn't do this for selectors with a body. But the fix was easy enough, only scope a rule once.

Closes #340

* Add a changeset
2021-06-14 14:17:56 -04:00
..
astro Prevent postcss from crashing when scoping class without a body (#430) 2021-06-14 14:17:56 -04:00
astro-parser Version Packages (#418) 2021-06-14 08:43:03 -04:00
astro-prism Version Packages (#418) 2021-06-14 08:43:03 -04:00
create-astro Version Packages (#418) 2021-06-14 08:43:03 -04:00
markdown-support [ci] yarn format 2021-06-04 18:29:15 +00:00
renderers Fix usage of arrow functions as components (#426) 2021-06-14 13:24:37 -04:00