https://github.com/twbs/bootstrap
Revision 63f75bccd8d206bb59b0e8421258ce03d298b784 authored by Mark Otto on 16 February 2022, 16:50:50 UTC, committed by Mark Otto on 16 February 2022, 18:36:01 UTC
1 parent 48a7160
Raw File
Tip revision: 63f75bccd8d206bb59b0e8421258ce03d298b784 authored by Mark Otto on 16 February 2022, 16:50:50 UTC
Rename dropdown-shadow to dropdown-box-shadow for consistency
Tip revision: 63f75bc
.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