7 lines
144 B
CSS
7 lines
144 B
CSS
|
* {
|
||
|
border-image-repeat: repeat stretch;
|
||
|
border-image-slice: 3 4;
|
||
|
border-image-source: none /* FIXME */;
|
||
|
border-image-width: initial;
|
||
|
}
|