blob: 1e55a5122de0327d815ba212741b9629506b065c [file] [log] [blame]
'use strict';
const getValue = require('./getValue.js');
/** @type {(...rules: import('postcss').Declaration[]) => string} */
module.exports = (...rules) => rules.map(getValue).join(' ');