https://github.com/twbs/bootstrap
Revision c9cec89764bd3c8617dbde278e9aa6da5a3cc77c authored by Mark Otto on 07 July 2021, 02:34:12 UTC, committed by Mark Otto on 08 February 2022, 18:39:58 UTC
Co-Authored-By: Gaƫl Poupard <ffoodd@users.noreply.github.com>
1 parent 8f11c52
Raw File
Tip revision: c9cec89764bd3c8617dbde278e9aa6da5a3cc77c authored by Mark Otto on 07 July 2021, 02:34:12 UTC
Convert navbar to CSS variables
Tip revision: c9cec89
.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