UNPKG
create-magner
Version:
latest (0.5.0)
0.5.0
0.4.3
0.4.2
CLI for bootstrapping Magner projects
github.com/code-pilots/magner
code-pilots/magner
create-magner
/
app
/
src
/
assets
/
styles
/
breakpoints.css
3 lines
(2 loc)
•
103 B
CSS
View Raw
1
2
3
@custom-media
--breakpoint-small (
max-width
:
767px
);
@custom-media
--breakpoint-md (
min-width
:
768px
);