Skip to content

Instantly share code, notes, and snippets.

@abrhambas01
Created July 28, 2017 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abrhambas01/8cc64734faa2a069e3f7e946cc7fee96 to your computer and use it in GitHub Desktop.
Save abrhambas01/8cc64734faa2a069e3f7e946cc7fee96 to your computer and use it in GitHub Desktop.
Customized Style with laravel-mix and bulma css
Main scss file
// fonts
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Slab');
@import "node_modules/bulma/sass/utilities/initial-variables.sass";
@import 'var.scss';
@import 'node_modules/bulma/bulma.sass';
//var.scss
$edgewater : #c0dfd9 ;
$green-white: #E9ECE5;
$submarine: #b3c2bf ;
$tuatara : #3b3a36 ;
$half-baked : #89bdd3;
$french-rose : #ec407a;
$denim : #1565c0 ;
$body-background : $green-white ;
$primary : $denim ;
$primary-invert : #e3f2fd;
$family-serif : 'Roboto Slab', 'Open Sans' , 'serif' ;
$blue : $half-baked ;
$pink : $french-rose ;
$pink-invert : #fce4ec ;
$text : $tuatara;
$text-light : $green-white ;
$family-primary : $family-serif ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment