Skip to content

Commit

Permalink
Merge branch 'master' into relay-pinned-streamer-image-link
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar authored Dec 22, 2024
2 parents 00eca61 + 17f3d89 commit 5e22fcf
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions ui/common/css/theme/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
# IMPORTANT

### If you're just seeing this for the first time, you probably want to run:

```
ui/build --update --clean
```

`--update` tells ui/build, which has recently acquired new capabilities, to update itself.
`--clean` tells it to clean up the mess it made last time.

## css variables vs scss variables

- scss variables start with $ (dollar sign) and are compile-time macros. when the css is
Expand Down Expand Up @@ -117,7 +106,7 @@ from the $c-font and $c-bg colors you defined in the theme file.
same as before

```
ui/build -r
ui/build -w
```

watch mode should keep everything in sync for you, but you might need to restart if
Expand Down

0 comments on commit 5e22fcf

Please sign in to comment.