Skip to content

Commit

Permalink
Remove extra --tab-size in show-whitespace
Browse files Browse the repository at this point in the history
These does not exist in GitHub preferences
#6480 (comment)
  • Loading branch information
kidonng committed Apr 10, 2023
1 parent 663ee3a commit fe90fda
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions source/features/show-whitespace.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,14 @@
--tab-size: 6;
}

[data-tab-size='7'] {
--tab-size: 7;
}

[data-tab-size='8'] {
--tab-size: 8;
}

[data-tab-size='9'] {
--tab-size: 9;
}

[data-tab-size='10'] {
--tab-size: 10;
}

[data-tab-size='11'] {
--tab-size: 11;
}

[data-tab-size='12'] {
--tab-size: 12;
}
Expand Down

0 comments on commit fe90fda

Please sign in to comment.