This repository has been archived on 2024-10-26. You can view files and clone it, but cannot push or open issues or pull requests.
fotochallenge/src/app.scss
Valentin Brandl 9c869d8ee2
All checks were successful
/ Build App (push) Successful in 49s
Initial commit
2024-07-17 12:19:40 +02:00

16 lines
395 B
SCSS

/* Override global Sass variables from the /utilities folder */
@use 'bulma/sass/utilities' with (
$link: $pink
);
@use 'bulma/sass/base' with (
$body-overflow-y: auto
);
/* Import the components you need */
@use 'bulma/sass/elements';
@use 'bulma/sass/form';
@use 'bulma/sass/components';
@use 'bulma/sass/grid';
@use 'bulma/sass/helpers';
@use 'bulma/sass/layout';
@use 'bulma/sass/themes';