UNPKG

@wordpress/style-engine

Version:
14 lines (13 loc) 326 B
// packages/style-engine/src/styles/color/text.ts import { generateRule } from "../utils"; var text = { name: "text", generate: (style, options) => { return generateRule(style, options, ["color", "text"], "color"); } }; var text_default = text; export { text_default as default }; //# sourceMappingURL=text.js.map