Created
May 28, 2019 19:19
-
-
Save richeklein/b63ba3459c3a314f4368e0ab15035597 to your computer and use it in GitHub Desktop.
This file contains 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
// 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