Media Queries (Breakpoints)

Media queries are used to apply different styles to a document depending on the size of the screen. Media queries are defined in the @media rule. The @media rule is used inside a style sheet to apply different styles for different media types/devices.

More information about media queries can be found on MDN.

In Monster we use the following media queries:

ClassFromTo
viewport00480px
viewport-40480px
viewport-70768px
viewport-90992px
viewport-1201200px
viewport4480px
viewport7768px
viewport9992px
viewport121200px
viewport4-7480px768px
viewport7-9768px992px
viewport9-12992px1200px

In the following graphic you can see the different media queries and the corresponding mixins.