Skip to content

Instantly share code, notes, and snippets.

@richeklein
Created May 28, 2019 19:19
Show Gist options
  • Save richeklein/b63ba3459c3a314f4368e0ab15035597 to your computer and use it in GitHub Desktop.
Save richeklein/b63ba3459c3a314f4368e0ab15035597 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";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment