From d7dc179ac5480a3cfa83b0813919d07dc37bc881 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Wed, 15 Apr 2020 16:24:51 -0700 Subject: [PATCH] Delete styleguide file. --- styleguide.md | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 styleguide.md diff --git a/styleguide.md b/styleguide.md deleted file mode 100644 index 77d72a0..0000000 --- a/styleguide.md +++ /dev/null @@ -1,39 +0,0 @@ -Etiquette styleguide -==================== - -## Python - -### imports - -```Python -''' -docstring -''' -library imports - -voussoirkit imports - -etiquette imports - -local folder imports - -dot imports - - -# code -``` - -## CSS - -```css -{ - own grid area name - display, flexing, gridding - positioning and alignment - bounding box (width, margin, overflow, ...) - borders and shadows - backgrounds - foregrounds - misc -} -``` \ No newline at end of file