Skip to content

Instantly share code, notes, and snippets.

@richeklein
Created May 28, 2019 19:20
Show Gist options
  • Save richeklein/0ef4ba84abb2e56f600719624c9ef4ed to your computer and use it in GitHub Desktop.
Save richeklein/0ef4ba84abb2e56f600719624c9ef4ed to your computer and use it in GitHub Desktop.
// Fonts
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Libre+Baskerville');
// Variables
@import 'variables';
// Bulma
@import "~bulma/bulma";
@import "~buefy/src/scss/buefy";
// My Bulma customizatizations and custom components
@import "custom";
@import "components/wrapper";
@import "components/navbar";
@import "components/title";
@import "components/pricing";
@import "components/footer";
mix.js('resources/js/app.js', 'public/js')
.sass('resources/sass/app.scss', 'public/css')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment