]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added a Sass tip and a codepen!
authorharry <harmanmanchanda182@gmail.com>
Sat, 11 Mar 2017 16:44:20 +0000 (22:14 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sat, 11 Mar 2017 16:44:20 +0000 (22:14 +0530)
docs/pages/prototyping.md

index 38d2058dbaec48adb3061d31513f44c359239afd..5156e4b523c4906eebb290b8ff3aa843f9b37d1b 100644 (file)
@@ -65,6 +65,10 @@ Looking for more customization including **responsive breakpoints?** Click here
 
 These `.rounded`, `.bordered` & `.shadow` classes can be used independently or together to style the component by rounding its corners, giving light borders, and creating shadow to it respectively. Mostly used in buttons, cards, tables, images and many more
 
+<div class="primary callout">
+       **Sass Tip**: You can use [Shadow](#shadow) mixin to create something like `shadow-hover-focus`. [Codepen example](http://codepen.io/IamManchanda/pen/XMRMwo)
+</div>
+
 #### Buttons
 
 ```html_example