// This mixin apply SCSS when width of screen is >= to the breakpoint in parameter (because we are mobile first for design)
// Example : if respond-to('md') is used, the css rules are applied only if current width is >= to md breakpoint and not apply if current width is < to md breakpoint.