mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Add reviewer_extras.css
Will help with https://github.com/ankidroid/Anki-Android-Backend/issues/313
This commit is contained in:
parent
3ebc6ac68a
commit
9600f033f7
2 changed files with 10 additions and 0 deletions
|
@ -433,6 +433,15 @@ fn build_and_check_reviewer(build: &mut Build) -> Result<()> {
|
||||||
extra_exts: &[],
|
extra_exts: &[],
|
||||||
},
|
},
|
||||||
)?;
|
)?;
|
||||||
|
build.add_action(
|
||||||
|
"ts:reviewer:reviewer_extras.css",
|
||||||
|
CompileSass {
|
||||||
|
input: inputs!["ts/reviewer/reviewer_extras.scss"],
|
||||||
|
output: "ts/reviewer/reviewer_extras.css",
|
||||||
|
deps: inputs!["ts/image-occlusion/review.scss"],
|
||||||
|
load_paths: vec!["."],
|
||||||
|
},
|
||||||
|
)?;
|
||||||
|
|
||||||
build.add_action(
|
build.add_action(
|
||||||
"check:typescript:reviewer",
|
"check:typescript:reviewer",
|
||||||
|
|
1
ts/reviewer/reviewer_extras.scss
Normal file
1
ts/reviewer/reviewer_extras.scss
Normal file
|
@ -0,0 +1 @@
|
||||||
|
@use "ts/image-occlusion/review";
|
Loading…
Reference in a new issue