cardstack / glimmer-scoped-css

MIT License
8 stars 0 forks source link

Add support for unscoped attribute #22

Closed backspace closed 10 months ago

backspace commented 10 months ago

Since #21 forbids non-top-level <style> elements, this adds support for <style unscoped> elements that do not get transformed to include scoping attributes and can therefore be nested anywhere.