Is there documentation that describes all the css classes?

I'm trying to find out what all the css classes refer to. Some are self-explanatory, but others are not. For example, I saw a div in a code example with the class "rz-p-4". The "p" would indicate paragraph to me, but that doesn't make sense to have on a div.

What does "rz-p-4" mean and where can I find a list of all css classes and their corresponding properties?

Thanks!

There is no place where all CSS classes are described since they are literally hundreds. You can use however your browser developer tools inspector to check each class properties. Check also the source code of the themes and components for additional info.

Most of the utility CSS classes are demonstrated in the UI fundamentals section of our online demos. The rz-p-4 class is explained in the spacing demo.

1 Like