Skip to content

Update bulma template to match version 1.x documentation #173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 39 additions & 36 deletions lib/install/bulma/application.bulma.scss
Original file line number Diff line number Diff line change
@@ -1,39 +1,42 @@
// @charset "utf-8";

// Import a Google Font
// @import url('https://fonts.googleapis.com/css?family=Nunito:400,700');

// Set your brand colors
// $purple: #8A4D76;
// $pink: #FA7C91;
// $purple: #8a4d76;
// $pink: #fa7c91;
// $brown: #757763;
// $beige-light: #D0D1CD;
// $beige-lighter: #EFF0EB;

// Update Bulma's global variables
// $family-sans-serif: "Nunito", sans-serif;
// $grey-dark: $brown;
// $grey-light: $beige-light;
// $primary: $purple;
// $link: $pink;
// $widescreen-enabled: false;
// $fullhd-enabled: false;

// Update some of Bulma's component variables
// $body-background-color: $beige-lighter;
// $control-border-width: 2px;
// $input-border-color: transparent;
// $input-shadow: none;

// Import only what you need from Bulma
// @import "bulma/sass/utilities/_all.sass";
// @import "bulma/sass/base/_all.sass";
// @import "bulma/sass/elements/button.sass";
// @import "bulma/sass/elements/container.sass";
// @import "bulma/sass/elements/title.sass";
// @import "bulma/sass/form/_all.sass";
// @import "bulma/sass/components/navbar.sass";
// @import "bulma/sass/layout/hero.sass";
// @import "bulma/sass/layout/section.sass";
// $beige-light: #d0d1cd;
// $beige-lighter: #eff0eb;
//
// Override global Sass variables from the /utilities folder
// @use "bulma/sass/utilities" with (
// $family-primary: '"Nunito", sans-serif',
// $grey-dark: $brown,
// $grey-light: $beige-light,
// $primary: $purple,
// $link: $pink,
// $control-border-width: 2px
// );
//
// Override Sass variables from the /form folder
// @use "bulma/sass/form" with (
// $input-shadow: none
// );
//
// Import the components you need
// @forward "bulma/sass/base";
// @forward "bulma/sass/components/card";
// @forward "bulma/sass/components/modal";
// @forward "bulma/sass/components/navbar";
// @forward "bulma/sass/elements/button";
// @forward "bulma/sass/elements/icon";
// @forward "bulma/sass/elements/content";
// @forward "bulma/sass/elements/notification";
// @forward "bulma/sass/elements/progress";
// @forward "bulma/sass/elements/tag";
// @forward "bulma/sass/layout/footer";
//
// Import the themes so that all CSS variables have a value
// @forward "bulma/sass/themes";
//
// Import the Google Font
// @import url("https://fonts.googleapis.com/css?family=Nunito:400,700");

@import 'bulma/bulma';
@use 'bulma/bulma';