Background Clip
Atomic props for controlling the background color of an element.
Atomic Props | CSS Properties |
---|---|
bgClipBorder | background-clip: border-box; |
bgClipPadding | background-clip: padding-box; |
bgClipContent | background-clip: content-box; |
bgClipText | background-clip: text; |
#
bgClipBorderSyntaxError: Unexpected token (1:8) 1 : return () ^
LIVE DEMO
#
bgClipPaddingSyntaxError: Unexpected token (1:8) 1 : return () ^
LIVE DEMO
#
bgClipContentSyntaxError: Unexpected token (1:8) 1 : return () ^
LIVE DEMO
#
bgClipTextSyntaxError: Unexpected token (1:8) 1 : return () ^
LIVE DEMO