stylesheets/singularitygs/helpers/_settings.scss in singularitygs-1.4.0 vs stylesheets/singularitygs/helpers/_settings.scss in singularitygs-1.5.0
- old
+ new
@@ -35,9 +35,13 @@
@mixin sgs-change($setting, $value) {
$sgs-change: sgs-set($setting, $value);
}
+@mixin sgs-set($setting, $value) {
+ @include sgs-change($setting, $value);
+}
+
//////////////////////////////
// Remove Setting
//////////////////////////////
@function sgs-reset($settings...) {
@if length($settings) == 1 {
\ No newline at end of file