UNPKG

postcss-merge-longhand

Version:

Merge longhand properties into shorthand with PostCSS.

9 lines (8 loc) 155 B
'use strict'; /** * @param {import('postcss').Declaration} arg * @return {string} */ module.exports = function getValue({ value }) { return value; };