diff options
author | 2021-06-14 14:17:56 -0400 | |
---|---|---|
committer | 2021-06-14 14:17:56 -0400 | |
commit | 73a43d93013f23ba17bf067fff64836e7f5fc2cb (patch) | |
tree | d0fc0fe39590906c11c3fc939500505e45348271 /examples/docs/src | |
parent | 3d3d4cfe0b53a133acbc116d97e669b1ce312001 (diff) | |
download | astro-73a43d93013f23ba17bf067fff64836e7f5fc2cb.tar.gz astro-73a43d93013f23ba17bf067fff64836e7f5fc2cb.tar.zst astro-73a43d93013f23ba17bf067fff64836e7f5fc2cb.zip |
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
Diffstat (limited to 'examples/docs/src')
0 files changed, 0 insertions, 0 deletions