Skip to content

Instantly share code, notes, and snippets.

@freearhey
Created January 13, 2017 14:23
Show Gist options
  • Save freearhey/228d2d192b9bf6edc09894402a9c9918 to your computer and use it in GitHub Desktop.
Save freearhey/228d2d192b9bf6edc09894402a9c9918 to your computer and use it in GitHub Desktop.
Подключение глобальных Scss-файлов
<template>
<div id="app">
Привет, SASS!
</div>
</template>
<script>
export default {
name: 'app'
}
</script>
<style src="./assets/scss/grid.scss" lang="scss"></style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment