forked from hiway/freedive
7 lines
138 B
SCSS
7 lines
138 B
SCSS
|
@charset "utf-8";
|
||
|
|
||
|
/*! bulma.io v1.0.0-beta | MIT License | github.com/jgthms/bulma */
|
||
|
@use "../sass" with (
|
||
|
$class-prefix: "bulma-"
|
||
|
);
|