]> git.0d.be Git - panikweb.git/blobdiff - panikweb/static/css/style.scss
move static & templates to panikweb project directory
[panikweb.git] / panikweb / static / css / style.scss
diff --git a/panikweb/static/css/style.scss b/panikweb/static/css/style.scss
new file mode 100644 (file)
index 0000000..e54f583
--- /dev/null
@@ -0,0 +1,8 @@
+$very-small-limit: 400px;
+$mobile-limit: 760px;
+
+@import 'reset';
+@import 'type';
+@import 'general';
+@import 'grid';
+@import 'specifics';