mirror of
https://github.com/tabler/tabler.git
synced 2025-12-23 02:14:26 +04:00
10 lines
154 B
SCSS
10 lines
154 B
SCSS
// stylelint-disable declaration-no-important
|
|
|
|
.b-dashed{
|
|
border-style: dashed !important;
|
|
}
|
|
|
|
.b-transparent{
|
|
border-color: transparent !important;
|
|
}
|