diff --git a/src/_skel.scss b/src/_skel.scss index 438b147..ddcace8 100644 --- a/src/_skel.scss +++ b/src/_skel.scss @@ -53,7 +53,8 @@ 'transition-duration', 'transition-property', 'transition-timing-function', - 'user-select' + 'user-select', + 'text-decoration-style' ); /// Values that should be vendorized. @@ -582,4 +583,4 @@ #{$property}: #{$value}; } - } \ No newline at end of file + }