bulma imports

Solutions on MaxInterview for bulma imports by the best coders in the world

showing results for - "bulma imports"
Jacinda
06 Mar 2020
1@charset "utf-8";
2
3// Import a Google Font
4@import url('https://fonts.googleapis.com/css?family=Nunito:400,700');
5
6// Set your brand colors
7$purple: #8A4D76;
8$pink: #FA7C91;
9$brown: #757763;
10$beige-light: #D0D1CD;
11$beige-lighter: #EFF0EB;
12
13// Update Bulma's global variables
14$family-sans-serif: "Nunito", sans-serif;
15$grey-dark: $brown;
16$grey-light: $beige-light;
17$primary: $purple;
18$link: $pink;
19$widescreen-enabled: false;
20$fullhd-enabled: false;
21
22// Update some of Bulma's component variables
23$body-background-color: $beige-lighter;
24$control-border-width: 2px;
25$input-border-color: transparent;
26$input-shadow: none;
27
28// Import only what you need from Bulma
29@import "../node_modules/bulma/sass/utilities/_all.sass";
30@import "../node_modules/bulma/sass/base/_all.sass";
31@import "../node_modules/bulma/sass/elements/button.sass";
32@import "../node_modules/bulma/sass/elements/container.sass";
33@import "../node_modules/bulma/sass/elements/title.sass";
34@import "../node_modules/bulma/sass/form/_all.sass";
35@import "../node_modules/bulma/sass/components/navbar.sass";
36@import "../node_modules/bulma/sass/layout/hero.sass";
37@import "../node_modules/bulma/sass/layout/section.sass";
queries leading to this page
bulma importsbulma imports