getValue.js 155 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 'use strict'; /** * @param {import('postcss').Declaration} arg * @return {string} */ module.exports = function getValue({ value }) { return value; };