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