]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added foundation copyright & @group to box and rotate mixin.
authorharry <harmanmanchanda182@gmail.com>
Sun, 12 Mar 2017 07:28:39 +0000 (12:58 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sun, 12 Mar 2017 07:28:39 +0000 (12:58 +0530)
scss/prototype/_box.scss
scss/prototype/_rotate.scss

index f5cfcd95d4b1aade757943a97a2d098c943c0960..d454b226380d9a3bfdb4840fc4871ad374083d64 100644 (file)
@@ -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
index 9ef0e12e5e50675ced178e96136eb42c9a40c4a9..8231db84050a77b2da87bb2986dd4a910cb8022a 100644 (file)
@@ -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) {