mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 08:31:43 +03:00
23 lines
228 B
CSS
23 lines
228 B
CSS
|
/*
|
||
|
|
||
|
MODULE NAME
|
||
|
|
||
|
Use this scaffolding to create or extend your own modules with tachyons
|
||
|
style architecture.
|
||
|
|
||
|
*/
|
||
|
|
||
|
|
||
|
@media (--breakpoint-not-small) {
|
||
|
|
||
|
}
|
||
|
|
||
|
@media (--breakpoint-medium) {
|
||
|
|
||
|
}
|
||
|
|
||
|
@media (--breakpoint-large) {
|
||
|
|
||
|
}
|
||
|
|