Delete styleguide file.
This commit is contained in:
parent
930960e22a
commit
d7dc179ac5
1 changed files with 0 additions and 39 deletions
|
@ -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
|
|
||||||
}
|
|
||||||
```
|
|
Loading…
Reference in a new issue