https://github.com/twbs/bootstrap
Revision 4724e7ae9a8f8a63d835b959d3fa349680bcbde3 authored by Julien Déramond on 13 September 2023, 05:59:53 UTC, committed by GitHub on 13 September 2023, 05:59:53 UTC
1 parent 4bf483b
Raw File
Tip revision: 4724e7ae9a8f8a63d835b959d3fa349680bcbde3 authored by Julien Déramond on 13 September 2023, 05:59:53 UTC
Make form range track background more contrasted (#39095)
Tip revision: 4724e7a
.editorconfig
# editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
back to top