source: frontend/node_modules/postcss-ordered-values/src/lib/vendorUnprefixed.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 175 bytes
Line 
1'use strict';
2/**
3 * @param {string} prop
4 * @return {string}
5 */
6function vendorUnprefixed(prop) {
7 return prop.replace(/^-\w+-/, '');
8}
9
10module.exports = vendorUnprefixed;
Note: See TracBrowser for help on using the repository browser.