mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2025-09-06 18:50:45 +00:00
migrated to nextjs
This commit is contained in:
20
styles/Breakpoints.styl
Normal file
20
styles/Breakpoints.styl
Normal file
@@ -0,0 +1,20 @@
|
||||
is-phone()
|
||||
@media (max-width: 599px)
|
||||
{block}
|
||||
|
||||
is-tablet()
|
||||
@media (min-width: 600px) {
|
||||
block
|
||||
}
|
||||
|
||||
is-netbook()
|
||||
@media (min-width: 900px)
|
||||
{block}
|
||||
|
||||
is-laptop()
|
||||
@media (min-width: 1200px)
|
||||
{block}
|
||||
|
||||
is-desktop()
|
||||
@media (min-width: 1800px)
|
||||
{block}
|
Reference in New Issue
Block a user