This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-08-11 14:48:32 +00:00
|
|
|
/*
|
|
|
|
You can use import statements to include partials:
|
|
|
|
*/
|
2017-07-12 22:31:08 +00:00
|
|
|
@import "imports/reset.css";
|
2017-08-11 14:48:32 +00:00
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
Or add your statements here:
|
|
|
|
*/
|
|
|
|
body{
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-size: 1em;
|
|
|
|
text-align: center;
|
|
|
|
}
|