hmn/src/rawdata/scss/tachyons/scss/_module-template.scss

30 lines
288 B
SCSS

// Converted Variables
// Custom Media Query Variables
/*
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} {
}