Terse CSS is a minimalist CSS system that uses the first letter of each CSS property and value as the class name. For example the class fwb
is the style font-weight: bold;
.
See the list of classes below.
To include terse.css in your website or app just add the follwing to your HTML header:
<link href="//cdn.tersecss.com/css/terse.min.css" rel="stylesheet">
<link href="//cdn.tersecss.com/css/size.min.css" rel="stylesheet">
Your can also just copy the css file and and include it locally: terse.css or minified terse.min.css
Standars CSS with no user-defined value options
Size CSS with user-defined values. All in the format "name-value" with value being a number or xs, s, m, l, xl.