Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Mar 23, 2024
1 parent c2ab58d commit ebcf4a7
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions resources/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,24 @@ $my-colors: (
$footer-padding: 3rem 1.5rem 2rem,
);

@use "sass:map";
@use "bulma/sass" as bulma;

$colors: ("white": (bulma.$white, bulma.$black), "black": (bulma.$black, bulma.$white), "light": (bulma.$light, bulma.$dark), "dark": (bulma.$dark, bulma.$light), "info": (bulma.$info, bulma.$light));
$grey-darker: bulma.$grey-darker;
$grey-lighter: bulma.$grey-lighter;
$white: bulma.$white;

$size-small: bulma.$size-small;
$size-normal: bulma.$size-normal;
$size-medium: bulma.$size-medium;
$size-large: bulma.$size-large;

@import 'progressbar';

// '@creativebulma/bulma-divider';
// @import '@creativebulma/bulma-tooltip';
// @import 'bulma-ribbon/src/sass/index';
//@import '@creativebulma/bulma-divider';
//@import '@creativebulma/bulma-tooltip';
@import 'bulma-ribbon/src/sass/index';

html {
height: 100%;
Expand Down

0 comments on commit ebcf4a7

Please sign in to comment.