UNPKG

stylelint-taro-rn

Version:

A collection of React Native specific rules for stylelint

10 lines (8 loc) 223 B
/** * Check whether a property is a custom one */ function isCustomProperty(property /*: string */) { return property.slice(0, 2) === '--'; } export { isCustomProperty }; //# sourceMappingURL=isCustomProperty.js.map