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
/** | |
* Check for transition end support | |
* Based on https://gist.github.com/O-Zone/7230245 | |
* @returns {String} | |
*/ | |
export default function transitionEndEvent() { | |
const transitions = { | |
transition: 'transitionend', | |
WebkitTransition: 'webkitTransitionEnd', | |
MozTransition: 'transitionend', |
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
.embed-responsive-21by9::before { | |
padding-top: 42.85714%; | |
} | |
.embed-responsive-16by9::before { | |
padding-top: 56.25%; | |
} | |
.embed-responsive-4by3::before { | |
padding-top: 75%; |
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
/* | |
* Created on : 20.02.2014, 10:43:52 | |
* Author : rpillichshammer | |
*/ | |
/* | |
* main mixin for arrows | |
* ---------------------------- | |
*/ | |
@defaultArrowSize: 4px; |