1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 09:52:43 +02:00

Stylelint: replace deprecated options

This commit is contained in:
XhmikosR
2020-09-27 16:30:48 +03:00
parent 3cd2cd25b7
commit e0cd05019e
8 changed files with 18 additions and 16 deletions

View File

@@ -299,7 +299,7 @@ label {
//
// Details at https://github.com/twbs/bootstrap/issues/24093
button {
// stylelint-disable-next-line property-blacklist
// stylelint-disable-next-line property-disallowed-list
border-radius: 0;
}