-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Great plugin !
The only thing I notice is when you use breakpoint.only('m', 'xl') the output should for m should be +1 (769px) ti prevent overlapping.
Example:
@media (min-width: 1201px) { // breakpoint.up('m')
@content
}
@media (min-width: 769px) and (max-width: 1200px) { // breakpoint.only('m', 'xl')
@content
}
@media (max-width: 768px) { // breakpoint.down('m')
@content
}
Thanks !
funkyphyl
Metadata
Metadata
Assignees
Labels
No labels