mirror of
https://github.com/transmission/transmission.git
synced 2026-02-14 23:19:34 +00:00
refactor: prefer css vars over sass (#6287)
* chore: prefer calc() over sass math module * chore: remove unused mixins * refactor: use css variables for symbolic color names * refactor: use range syntax for media queries * refactor: use css variables for symbolic dimensions, units * refactor: use css variables for symbolic url names * refactor: use css variables for mime icon urls * fixup! refactor: use css variables for symbolic dimensions, units * refactor: replace mime-icon mixin with css variables * ci: run apt-update before apt-install
This commit is contained in:
1
.github/workflows/webapp.yml
vendored
1
.github/workflows/webapp.yml
vendored
@@ -62,6 +62,7 @@ jobs:
|
||||
- name: Get dependencies
|
||||
run: |
|
||||
set -e # abort if any command fails
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y npm
|
||||
- name: Check for style diffs
|
||||
id: check-for-diffs
|
||||
|
||||
Reference in New Issue
Block a user