CSS Checkpoint
- Add the system_css template - Name the CSS files in the css directory with a numeric prefix so they sort by priority.
This commit is contained in:
parent
189a83a696
commit
4bc1390b3c
11 changed files with 863 additions and 63 deletions
17
assets/css/000_reset.css
Normal file
17
assets/css/000_reset.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
{{/*
|
||||
reset.css
|
||||
Eryn Wells <eryn@erynwells.me>
|
||||
vim: set sw=2 sts=2:
|
||||
*/}}
|
||||
|
||||
|
||||
|
||||
|
||||
/********
|
||||
# RESET
|
||||
********/
|
||||
|
||||
|
||||
figure, h1, h2, h3, h4, h5, h6, p {
|
||||
margin: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue