Browser hack sass mixin - Apply your SCSS to a specific browser - CSS hacks for: IE, Chrome, Firefox, Edge, Opera
_hacks.scss
@import "hacks";
@include [Mixin_Name]( 'selector', (property: value) )
@include only_ie9( '.my_element', (color: red))
@include only_ff28_above( '.my_element', (background-color: green,display: flex,margin: 2em,))
@include only_ff28_above( '.my_element', (
background-color: green,
display: flex,
margin: 2em,
))