add sass to create custom css

This commit is contained in:
2019-12-26 16:48:39 +01:00
parent 54c979d5d2
commit fb5bad77ed
3 changed files with 7128 additions and 0 deletions
@@ -0,0 +1,9 @@
@charset "utf-8";
// Import a Google Font
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700');
// Set nbit Style...
$family-sans-serif: "Rubik", sans-serif;
@import "../node_modules/bulma/bulma.sass";