Skip to main content
Go to Latest
File
import { className } from '../dep/frugal/styled.ts';
export const container = className('container') .styled` max-width: 1048px; margin-left: auto; margin-right: auto; `;