File tree 3 files changed +14
-8
lines changed
3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1
1
@charset " utf-8" ;
2
- $orange : #FF7F00 ;
3
- $primary : $orange ;
4
2
@import ' bulma/bulma' ;
5
3
$mdi-font-path : " fonts" ;
6
4
@import ' @mdi/font/scss/materialdesignicons' ;
5
+
6
+ :root {
7
+ --bulma-primary-h : 30deg ;
8
+ --bulma-primary-s : 100% ;
9
+ --bulma-primary-l : 50% ;
10
+ }
Original file line number Diff line number Diff line change 3
3
"private" : " true" ,
4
4
"dependencies" : {
5
5
"@mdi/font" : " ^7.4.47" ,
6
- "bulma" : " ^0.9.4 " ,
6
+ "bulma" : " ^1.0.0 " ,
7
7
"sass" : " ^1.72.0"
8
8
},
9
9
"scripts" : {
Original file line number Diff line number Diff line change @@ -27,10 +27,12 @@ braces@~3.0.2:
27
27
dependencies :
28
28
fill-range "^7.0.1"
29
29
30
- bulma@^0.9.4 :
31
- version "0.9.4"
32
- resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.9.4.tgz#0ca8aeb1847a34264768dba26a064c8be72674a1"
33
- integrity sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ==
30
+ bulma@^1.0.0 :
31
+ version "1.0.0"
32
+ resolved "https://registry.yarnpkg.com/bulma/-/bulma-1.0.0.tgz#95e8ffa4feb8d64aa1c54a4f0ac6da08e0260672"
33
+ integrity sha512-7n49v/gdHXaHcU9fVobqGXO2OguiCoMh6CLbeX7jq00XrZ5vOSE4LNS0S/0Q6rlBbckY6kk6W7LwqxS0nu4bug==
34
+ dependencies :
35
+ sass "^1.71.1"
34
36
35
37
" chokidar@>=3.0.0 <4.0.0 " :
36
38
version "3.5.3"
@@ -112,7 +114,7 @@ readdirp@~3.6.0:
112
114
dependencies :
113
115
picomatch "^2.2.1"
114
116
115
- sass@^1.72.0 :
117
+ sass@^1.71.1, sass@^1. 72.0 :
116
118
version "1.72.0"
117
119
resolved "https://registry.yarnpkg.com/sass/-/sass-1.72.0.tgz#5b9978943fcfb32b25a6a5acb102fc9dabbbf41c"
118
120
integrity sha512-Gpczt3WA56Ly0Mn8Sl21Vj94s1axi9hDIzDFn9Ph9x3C3p4nNyvsqJoQyVXKou6cBlfFWEgRW4rT8Tb4i3XnVA==
You can’t perform that action at this time.
0 commit comments