Nuxt/examples/style-resources/pages/index.vue

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>