73a43d9301
* 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
71 B
71 B
astro |
---|
patch |
Prevent dev from locking up on empty selectors