[ad_1]
I am using wordpress as a headless cms for my application front end in react. I can render html posts from wordpress, but I noticed that my react front end does not have a way to understand what styles to apply when it reads a class=”wp-block-heading” for css.
So how can let my react app know how to apply this styles ?
Where can I find the wordpress styles online ?
An idea I had was to map this styles internally with my own definition of what a class=”wp-block-heading” should be. But I wonder is there is a better way to do this.
[ad_2]