Add: builtInContrast Option

This commit is contained in:
alstjr7375 2021-12-28 15:20:23 +09:00
parent c9ec7bc97b
commit 90fdecf75a
3 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,7 @@
$tabProton: "userChrome.tab.proton";
$builtInContrast: "userChrome.theme.builtInContrast";
@mixin Option($optionName) {
@supports -moz-bool-pref("#{$optionName}") {
@content;