This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function() { | |
/** | |
* @package N/A | |
* @version 1.2 //=> 4/25/2016 | |
* @author Blue Acorn <[email protected]>, Sean Emmel <[email protected]> | |
* @copyright Copyright © 2016 Blue Acorn. | |
* | |
* LAST UPDATED: 4/25/2016 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function() { | |
/** | |
* @package N/A | |
* @version 1.1 //=> 3/1/2016 | |
* @author Blue Acorn <code@blueacorn.com>, Sean Emmel <sean.emmel@blueacorn.com> | |
* @copyright Copyright © 2016 Blue Acorn. | |
* | |
* LAST UPDATED: 3/1/2016 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @package N/A | |
* @version 1.0 | |
* @author Blue Acorn <[email protected]>, Sean Emmel <[email protected]> | |
* @copyright Copyright © 2015 Blue Acorn. | |
*/ | |
/** | |
* @param {String} - the CSS selector for your element in question |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@mixin borderRadius($topRight, $bottomRight, $bottomLeft, $topLeft) { | |
-webkit-border-top-right-radius: $topRight; | |
-moz-border-top-right-radius: $topRight; | |
-ms-border-top-right-radius: $topRight; | |
-o-border-top-right-radius: $topRight; | |
border-top-right-radius: $topRight; | |
-webkit-border-bottom-right-radius: $bottomRight; | |
-moz-border-bottom-right-radius: $bottomRight; | |
-ms-border-bottom-right-radius: $bottomRight; | |
-o-border-bottom-right-radius: $bottomRight; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function() { | |
/** | |
* @package N/A | |
* @version 1.0 | |
* @author Blue Acorn <[email protected]>, Sean Emmel <[email protected]> | |
* @copyright Copyright © 2015 Blue Acorn. | |
*/ | |
(function() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function() { | |
/** | |
* @package N/A | |
* @version 1.0 | |
* @author Blue Acorn <[email protected]>, Sean Emmel <[email protected]> | |
* @copyright Copyright © 2015 Blue Acorn. | |
*/ | |
function Modal() { |