Add uk-border-box for box-sizing: border-box

This commit is contained in:
Konstantinos Triantafyllou 2023-07-04 11:09:43 +03:00
parent 215d5922a4
commit d32bb18736
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
.hook-utility-misc() {
/* Border */
.uk-border-box {
box-sizing: border-box;
}
.uk-border {
border: @border-width solid @border-color;
}