scss/pg/base/reset/helpers/_mixins.scss in persistentgrid-0.0.1.beta.9 vs scss/pg/base/reset/helpers/_mixins.scss in persistentgrid-0.0.1.beta.10
- old
+ new
@@ -44,9 +44,22 @@
background-color: $color-background;
}
// ==========================================================================
+// Mixin reset-html-color
+// ==========================================================================
+@mixin reset-html-color($color-body: $color-body)
+{
+ /*
+ * Set the default color
+ */
+
+ color: $color-body;
+}
+
+
+// ==========================================================================
// Mixin reset-box-sizing
// ==========================================================================
@mixin reset-box-sizing
{
/*
\ No newline at end of file