mirror of
https://github.com/tachyons-css/tachyons.git
synced 2026-02-06 13:17:09 +00:00
- New color system - New support for grid - Updated scales - New hover animations - Min width based media queries
23 lines
224 B
CSS
23 lines
224 B
CSS
/*
|
|
|
|
MODULE NAME
|
|
|
|
Use this scaffolding to create or extend your own modules with tachyons
|
|
style architecture.
|
|
|
|
*/
|
|
|
|
|
|
@media (--breakpoint-small) {
|
|
|
|
}
|
|
|
|
@media (--breakpoint-medium) {
|
|
|
|
}
|
|
|
|
@media (--breakpoint-large) {
|
|
|
|
}
|
|
|