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

12 lines
173 B
CSS

/* GLOBAL CSS */
body {
background-color: rgb(28, 28, 28);
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
/* END OF GLOBAL CSS */