1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-20 20:41:42 +04:00
Files
tabler/scss/utils/_border.scss
T
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;
}