1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-23 17:46:34 +00:00
Nuxt/examples/style-resources/pages/index.vue
2017-11-21 03:02:21 +03:00

13 lines
166 B
Vue
Executable File

<style lang="scss">
.main {
background: $main;
}
</style>
<template>
<div class="main">
<h1>Welcome!</h1>
<p>Background is grey</p>
</div>
</template>