stylesheets/stitch/_utilities.scss in stitch-0.1.1 vs stylesheets/stitch/_utilities.scss in stitch-0.1.2

- old
+ new

@@ -1,7 +1,7 @@ -/* Prefix properties and values ----------------------------------------- */ +// Prefix properties and values +// ---------------------------------------- $default-prefixes: -webkit, -moz, -o, -khtml, -ms; @mixin prefix($property, $value, $prefixes: $default-prefixes) { @@ -25,13 +25,11 @@ @each $prefix in $prefixes { #{$property}:#{$prefix}-#{$value}; } } -/** - * Allows you to import a file only once - * @param $name string File to import -*/ +// Allows you to import a file only once +// @param $name string File to import $imported-once-files: (); @function import-once($name) { @if index($imported-once-files, $name) { @return false; } \ No newline at end of file