GitHub

generateCSS

const

import { generateCSS } from '@daffodil/content'

Generates complete CSS for a class with base styles and breakpoints

const generateCSS: (className: string, styles: { base?: { [key: string]: string | number; }; breakpoints?: { [mediaQuery: string]: { [key: string]: string | number; }; }; }) => string