25.06.2018 Views

Full-Stack Vue.js 2 and Laravel 5

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

CSS<br />

If you haven't heard of Sass before, it's a CSS extension that makes it easier to<br />

develop CSS. A default <strong>Laravel</strong> installation includes the resources/assets/sass<br />

directory, which includes two boilerplate Sass files.<br />

The main Sass file is app.scss. Its job is to import other Sass files including the<br />

Bootstrap CSS framework.<br />

resources/assets/sass/app.scss: // Fonts @import<br />

url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");<br />

// Variables @import "variables";<br />

// Bootstrap @import "~bootstrap-sass/assets/stylesheets/bootstrap";

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!