Add tab-size support for Firefox (#13576)

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
mj-v1.14.3
Dmitry Doroshev 3 years ago committed by GitHub
parent efcba9b011
commit 22a8df3405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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));

Loading…
Cancel
Save