Package-level declarations
Types
Link copied to clipboard
Represents the different types of CSS combinators. Combinators are used to combine multiple selectors in a CSS rule to target specific elements based on their relationship in the DOM.
Link copied to clipboard
data class CssSpecificity(val a: Int = 0, val b: Int = 0, val c: Int = 0) : Comparable<CssSpecificity>
Represents CSS specificity as defined in the CSS specification.