Index: pages/utilities.html |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/pages/utilities.html |
@@ -0,0 +1,18 @@ |
+title=Utilities |
+ |
+<h1>Utilities</h1> |
+<p>HTML & SCSS component utilities</p> |
+ |
+<ol> |
+ <li><a href="#backgrounds">Backgrounds</a></li> |
+</ol> |
+ |
+<h2 id="backgrounds">Backgrounds</h2> |
+ |
+<p class="bg-primary">Primary background</p> |
+ |
+<p class="bg-secondary">Secondary background</p> |
+ |
+<p class="bg-accent">Accent background</p> |
+ |
+<p class="bg-error">Error background</p> |