astro/.changeset
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
..
config.json Move parser to the scoped package name (#319) 2021-06-07 16:05:13 -04:00
README.md Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
silent-rocks-relax.md Prevent postcss from crashing when scoping class without a body (#430) 2021-06-14 14:17:56 -04:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation