const Card = $$.$({ radius: 'lg', bg: 'surface'});
<$$ padding={[3, 6]} float="left"/>
<div class="display:flex gap:12" />
<section className=" mobile:grid-cols:4 tablet:grid-cols-8" />
<$$ tokens={{ color: { brand: '#bd93f9' } }}> <$$.p color="brand"> Brand colored </$$.p></$$>
<div class="hover:{color:brand;text-decoration:underline}" />
<div class=" [&_.item]:color:red hover:[&_.item]:opacity:0.8 [&_.item]:transition:all" />
const button = $$.cv('button', { variants: { tone: { brand: 'bg:brand color:white', ghost: 'bg:transparent', }, },});
<div className="color:red" background={bgColor}/>
<$$ color="brand" borderRadius="md"/>
<div className="flex px:2" /><$$ flex px={4} />
<?php echo '<input class="width:100% padding:4" />' ?>
Polymorphic CSS-in-JS that adjusts to your needs.
Generate only what you use. Runtime or Zero-runtime output, classNames or style props, it's up to you, you're the Bo$$.
Boss CSS adapts to your needs. Pick the output strategy that fits your project.