mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
Convert sass files to scss files
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
@charset "utf-8";
|
||||
|
||||
// Import a Google Font
|
||||
@import url('https://fonts.googleapis.com/css?family=Nunito:400,700');
|
||||
@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;
|
||||
$beige-light: #d0d1cd;
|
||||
$beige-lighter: #eff0eb;
|
||||
|
||||
// Update Bulma's global variables
|
||||
$family-sans-serif: "Nunito", sans-serif;
|
||||
@@ -26,12 +26,12 @@ $input-border-color: transparent;
|
||||
$input-shadow: none;
|
||||
|
||||
// Import only what you need from Bulma
|
||||
@import "../../../sass/utilities/_all.sass";
|
||||
@import "../../../sass/base/_all.sass";
|
||||
@import "../../../sass/elements/button.sass";
|
||||
@import "../../../sass/elements/container.sass";
|
||||
@import "../../../sass/elements/title.sass";
|
||||
@import "../../../sass/form/_all.sass";
|
||||
@import "../../../sass/components/navbar.sass";
|
||||
@import "../../../sass/layout/hero.sass";
|
||||
@import "../../../sass/layout/section.sass";
|
||||
@import "../../../sass/utilities/_all";
|
||||
@import "../../../sass/base/_all";
|
||||
@import "../../../sass/elements/button";
|
||||
@import "../../../sass/elements/container";
|
||||
@import "../../../sass/elements/title";
|
||||
@import "../../../sass/form/_all";
|
||||
@import "../../../sass/components/navbar";
|
||||
@import "../../../sass/layout/hero";
|
||||
@import "../../../sass/layout/section";
|
||||
|
||||
Reference in New Issue
Block a user