diff options
Diffstat (limited to 'src/css/imports/_module-template.css')
| -rwxr-xr-x | src/css/imports/_module-template.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/css/imports/_module-template.css b/src/css/imports/_module-template.css new file mode 100755 index 0000000..0447e0c --- /dev/null +++ b/src/css/imports/_module-template.css @@ -0,0 +1,22 @@ +/* + + 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) { + +} + |
