Add tab-size support for Firefox (#13576)

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
Dmitry Doroshev
2020-11-15 20:08:43 -05:00
committed by GitHub
co-authored by Lauris BH techknowlogick
parent efcba9b011
commit 22a8df3405
+1
View File
@@ -2957,6 +2957,7 @@
.generate-tab-size(@n, @i: 1) when (@i =< @n) {
.tab-size-@{i} {
tab-size: @i !important;
-moz-tab-size: @i !important;
}
.generate-tab-size(@n, (@i + 1));