From: harry Date: Sun, 12 Mar 2017 07:28:39 +0000 (+0530) Subject: Added foundation copyright & @group to box and rotate mixin. X-Git-Tag: v6.4.0-rc1~23^2~20^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab2e61bb4f5d8e73370a19dd942c65346fb94c61;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Added foundation copyright & @group to box and rotate mixin. --- diff --git a/scss/prototype/_box.scss b/scss/prototype/_box.scss index f5cfcd95d..d454b2263 100644 --- a/scss/prototype/_box.scss +++ b/scss/prototype/_box.scss @@ -1,3 +1,11 @@ +// Foundation for Sites by ZURB +// foundation.zurb.com +// Licensed under MIT Open Source + +//// +/// @group prototype-box +//// + /// Box Mixin: Easily create a square, rectangle or a circle /// @param {Number} $width[] Width of the box /// @param {Number} $height[$width] Height of the box, defaults to `$width` to easily make a square diff --git a/scss/prototype/_rotate.scss b/scss/prototype/_rotate.scss index 9ef0e12e5..8231db840 100644 --- a/scss/prototype/_rotate.scss +++ b/scss/prototype/_rotate.scss @@ -1,3 +1,11 @@ +// Foundation for Sites by ZURB +// foundation.zurb.com +// Licensed under MIT Open Source + +//// +/// @group prototype-rotate +//// + /// Rotate Mixin: Rotate an element to a certain deg /// @param {Number} $deg[] Degree of rotation @mixin rotate($deg) {