UNPKG

@twstyled/core

Version:

twstyled -- the full-featured Tailwind CSS + CSS in JS solution with blazing fast build times and no runtime overhead

12 lines (11 loc) 440 B
import clsx from 'clsx'; export { default } from './styled'; export { default as styled } from './styled'; export * from './types'; export function css(strings, ...exprs) { throw new Error('twstyled - Configure the babel plugin correctly to handle css template strings'); } export const tw = (...args) => { throw new Error('twstyled - Configure the babel plugin correctly to handle tw template strings'); }; export const cx = clsx;