This commit is contained in:
Jeremy Thomas
2024-03-24 20:36:20 +00:00
parent af09747aef
commit d2687d444c
5 changed files with 3921 additions and 19386 deletions

View File

@@ -64,8 +64,6 @@ Next to your `package.json`, create a `my-bulma-project.scss` file.
To overwrite Bulma's Sass variables with your own value, write `@use` and the `with` keyword, which takes a Sass map:
{% highlight sass %}
@use "sass:color";
// Set your brand colors
$purple: #8a4d76;
$pink: #fa7c91;