* Create a minimalistic toast
* Profile editing (WIP)
This commit is contained in:
parent
327b2d0a5b
commit
1c79cc890d
25 changed files with 1133 additions and 575 deletions
|
|
@ -28,7 +28,7 @@ fn main() {
|
|||
|
||||
fn run_sass(command: &mut Command) -> Output {
|
||||
command
|
||||
.arg("style.scss")
|
||||
.arg("scss/style.scss")
|
||||
.arg("static/style.css")
|
||||
.output()
|
||||
.expect("Unable to compile SASS file, install SASS, see https://sass-lang.com/")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue