Created
January 21, 2018 15:59
-
-
Save hibuno/2054ccd413632a3c49594e85627312cb to your computer and use it in GitHub Desktop.
Add navigation.scss on nuxt config
This file contains hidden or 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
... | |
{ hid: 'title', name: 'title', content: 'Nuxt.js project' } | |
], | |
link: [ | |
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }, | |
{ rel: 'stylesheet', type: 'text/css', href: 'https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta.3/css/bootstrap.min.css' } | |
] | |
}, | |
/* | |
** Custom SCSS | |
*/ | |
css: [ | |
{ src: '~/assets/scss/navigation.scss', lang: 'scss' } | |
], | |
/* | |
** Customize the progress bar color | |
*/ | |
loading: { color: '#3B8070' }, | |
/* | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment