CssIdent
A simple inline class for wrapping String values that represent a CSS Identifier.
By wrapping this concept in an outer class, we can add extension methods for it instead of String
. We also perform some checks in the constructor to ensure the passed in identifier is valid.