Nuxt/test/fixtures/extract-css/assets/global.css

12 lines
173 B
CSS
Raw Normal View History

2018-03-24 08:01:57 +00:00
/* GLOBAL CSS */
body {
background-color: rgb(28, 28, 28);
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
/* END OF GLOBAL CSS */