tachyons/src/_module-template.css
mrmrs 87486e3812 Changes values and scales
- New color system
- New support for grid
- Updated scales
- New hover animations
- Min width based media queries
2022-08-14 22:09:19 -07:00

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) {
}