blob: 9f7626fb9697c4235259a796584424d062c7ebc7 (
plain) (
tree)
|
|
/*
Put anything you reference with "url()" in ../assets/
This way, you can minify your application, and just remove the "source" folder for production
*/
#app {
margin: 16px;
border-radius: 4px;
background-color: silver;
padding: 16px;
}
|