UNPKG

generator-website-starter

Version:

A website generator using semantic markup, SASS, Gulp, Imagemin and Browser-sync

15 lines (12 loc) 206 B
module.exports = { prefix(prop) { let match = prop.match(/^(-\w+-)/) if (match) { return match[0] } return '' }, unprefixed(prop) { return prop.replace(/^-\w+-/, '') } }