Skip to content

Instantly share code, notes, and snippets.

@hibuno
Created January 21, 2018 15:59
Show Gist options
  • Save hibuno/2054ccd413632a3c49594e85627312cb to your computer and use it in GitHub Desktop.
Save hibuno/2054ccd413632a3c49594e85627312cb to your computer and use it in GitHub Desktop.
Add navigation.scss on nuxt config
...
{ 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