Urara-Blog/node_modules/.pnpm-store/v3/files/3b/b1c288810ff6dfacfc43899afc054bd4956f959e6729f5a2aefef13bbbd37f21e23bddf46ddd7e0fa260657f6e386ae55d63bf38cc49ebb20f2aa414e596f0
2022-08-14 01:14:53 +08:00

5 lines
189 B
Text

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