Media / responsives modifiers
When you want a class to apply to a specific media querie, instead of the '--' delimiter, use a '@' delimiter.
Exemple :
here we instantiated a class that tell us that the button will be a large one from medium screen and a utility telling us that the button should be hidden for print.
in css, we need to escape the @ :
Last updated