source:
frontend/node_modules/postcss-ordered-values/src/lib/vendorUnprefixed.js
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 175 bytes | |
| Line | |
|---|---|
| 1 | 'use strict'; |
| 2 | /** |
| 3 | * @param {string} prop |
| 4 | * @return {string} |
| 5 | */ |
| 6 | function vendorUnprefixed(prop) { |
| 7 | return prop.replace(/^-\w+-/, ''); |
| 8 | } |
| 9 | |
| 10 | module.exports = vendorUnprefixed; |
Note:
See TracBrowser
for help on using the repository browser.
