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:
parent
efcba9b011
commit
22a8df3405
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Reference in a new issue