Created
January 13, 2017 14:23
-
-
Save freearhey/228d2d192b9bf6edc09894402a9c9918 to your computer and use it in GitHub Desktop.
Подключение глобальных Scss-файлов
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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