import { generateCSS } from '@daffodil/content'
Generates complete CSS for a class with base styles and breakpoints
function generateCSS(
className: string
styles: { base?: { [key: string]: string | number; }; breakpoints?: { [mediaQuery: string]: { [key: string]: string | number; }; }; }
): string
| Parameter | className: string |
|---|---|
| Description |
| Parameter | styles: { base?: { [key: string]: string | number; }; breakpoints?: { [mediaQuery: string]: { [key: string]: string | number; }; }; } |
|---|---|
| Description |