Coding/Conventional commits - what to use for css?

Posted by Fabulous_Variety_256@reddit | learnprogramming | View on Reddit | 2 comments

Hey,
I have this element. I changed the css class from text-3xl to text-4xl. I want to commit with the name: "style(page-title): increase size to 4xl". I'm not sure if style matches the best, can someone tell me? Claude Code says style is for things like semicolons, commas etc but Im still not sure.

<h1 className={
cn
("text-4xl font-bold", 
className
)}>