]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Correction in sass mixins docs
authorharry <harmanmanchanda182@gmail.com>
Tue, 21 Feb 2017 14:21:26 +0000 (19:51 +0530)
committerharry <harmanmanchanda182@gmail.com>
Tue, 21 Feb 2017 14:21:26 +0000 (19:51 +0530)
scss/prototype/_box.scss

index 2b8e0c1cd2df9f89685b61a1cdd60eef40e724ae..aa949f3c665aadd91ac84930613cc962ce0181eb 100644 (file)
@@ -1,7 +1,7 @@
 /// Box Mixin: Easily create a square, rectangle or a circle
 /// @param {Number} $width[] Width of the box
 /// @param {Number} $height[] Height of the box
-/// @param {Boolean} $circle[] Makes the box a circle, by default `false`.
+/// @param {Boolean} $circle[false] Makes the box a circle, by default `false`.
 @mixin box($width, $height, $circle: false) {
   width: $width;
   height: $height;