1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-23 18:34:25 +04:00
Files
tabler/scss/utils/_border.scss
2019-03-12 22:09:23 +01:00

10 lines
154 B
SCSS

// stylelint-disable declaration-no-important
.b-dashed{
border-style: dashed !important;
}
.b-transparent{
border-color: transparent !important;
}