aboutsummaryrefslogtreecommitdiff
path: root/guides/css.md
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-09-16 12:00:47 -0700
committerGitHub <noreply@github.com>2018-09-16 12:00:47 -0700
commit94eaee9bae1dd4238bfb4f4a881e9877ecb50b35 (patch)
tree0143fa9b434091470d2466a6d719e9bb37d969d9 /guides/css.md
parent07fb4ce6471aef531a1246c8fd9d200f23c119d2 (diff)
parent876fccbbde53e27b3fb820808d2c336ca71aa7e1 (diff)
downloadbest-practices-94eaee9bae1dd4238bfb4f4a881e9877ecb50b35.tar.gz
best-practices-94eaee9bae1dd4238bfb4f4a881e9877ecb50b35.tar.bz2
best-practices-94eaee9bae1dd4238bfb4f4a881e9877ecb50b35.zip
Merge pull request #5 from drivergroup/jo/guides
Make this repo a standalone website
Diffstat (limited to 'guides/css.md')
-rw-r--r--guides/css.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/guides/css.md b/guides/css.md
new file mode 100644
index 0000000..94555f8
--- /dev/null
+++ b/guides/css.md
@@ -0,0 +1,11 @@
+## CSS
+
+- Prefer Flexbox
+
+- Classes should describe elements and not be generic (`Bigbox` -> `FAQContainer`)
+
+- Mobile: <= 620px
+
+- Tablet: 620px - 1024px
+
+- Desktop: > 1024px