shared
utils
string
object
is
extension
js
tracking
string
dom
when
selection
position
iframe
event
scroll
console
node
string
project
fs
console
removeVendorPrefix
Type:Function
Status:stable
Since:1.0.0
Platform:jsnode
@blackbyte.sugar.shared.css.rule
Remove vendor prefixes from CSSPropertyNames
Params
- propertyName*-string
prefixed property name
Return
- -string
unprefixed property name
Example
import { removeVendorPrefix } from '@blackbyte/sugar/css';
removeVendorPrefix('moz-something'); // 'something'Todo
- testsnormal
Author
- Olivier Bosselolivier.bossel@gmail.comhttps://blackbyte.space