mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
9ebbb14eab
- Add README for examples vuex-store, async-data and global-css - Add examples/global-css/ - Feature: we can now use nuxt.config.js to add global css files and modules - Fix: show webpack error of compilation
9 lines
106 B
CSS
9 lines
106 B
CSS
body {
|
|
background: #eee;
|
|
text-align: center;
|
|
padding-top: 30px;
|
|
}
|
|
.content {
|
|
margin-top: 100px;
|
|
}
|