#"astro" - class name prefix

1 messages · Page 1 of 1 (latest)

faint dove
#

course
When rendering the HTML, the final result adds an "astro" prefix to the classes (as shown in the image), is it possible to remove or customize this prefix? Thanks in advance for your answers.

smoky horizon
#

No it's not configurable, unless you don't need to use scoped styles. It's used by Astro to create scoped styles to a component when using a style tag.

faint dove
elfin lichen
#

I am curious what use case will require changing classes

#

If it's not too much to ask