#Astro automatically generates class

5 messages · Page 1 of 1 (latest)

midnight spoke
#

Hi, I have created a toggler in with Vue and Astro automatically generates a class for the first time.
When I click the button, the class is replaced with my own class.
This class doesn't bother me, but why would I create one there in the first place? When I deactivate the button, this class is no longer there either.

gilded viper
#

Those classes are used for the style scoping feature

midnight spoke
#

oh ok. Is there also a documentation about it on Astro?

gilded viper
midnight spoke
#

Thank you ❤️