app/assets/stylesheets/sass-zero/variables/flex.scss in sass-zero-1.0.3 vs app/assets/stylesheets/sass-zero/variables/flex.scss in sass-zero-1.0.4
- old
+ new
@@ -8,18 +8,18 @@
$flex-initial: 0 1 auto;
$flex-none: none;
// *******************************************************************
// Flex Grow
-// Utilities for controlling how flex items grow.
+// Variables for controlling how flex items grow.
// flex-grow: $flex-grow-0;
// *******************************************************************
$flex-grow-0: 0;
$flex-grow: 1;
// *******************************************************************
// Flex Shrink
-// Utilities for controlling how flex items shrink.
+// Variables for controlling how flex items shrink.
// flex-shrink: $flex-shrink-0;
// *******************************************************************
$flex-shrink-0: 0;
$flex-shrink: 1;