A starter set of CSS files for building modular web components and layouts.

adding placeholder for hr styles

+6
+6
stylebase/module/generics.css
··· 8 8 body { 9 9 margin: 0; 10 10 } 11 + 12 + hr { 13 + border: unset; 14 + background-color: red; 15 + height: 1px; 16 + }