What case should I use for my html, css, sass files?

By @martinzeltin · 2021-09-08 06:16

What case should I use for my html, css, sass files?

  • By @innocenzi · 2021-09-08 07:22

    I personally use kebab-case because I find it more readable. Laravel uses the same conventions for its views, but people in different projects use different conventions and there is no consensus as far as I know.

    So I'd say, pick one and stick with it.