css-guidelines icon indicating copy to clipboard operation
css-guidelines copied to clipboard

Sensible CSS Guidelines for large scale projects 🚀

Results 2 css-guidelines issues
Sort by recently updated
recently updated
newest added

"Shorthand" is an abbreviation. `background` is an abbreviated form of `background-color`, etc.: it bundles many properties for brevity. `background` is shorthand (abbreviated) and `background-color` would be longhand.