aesthetic-suite / framework

🎨 Aesthetic is an end-to-end multi-platform styling framework that offers a strict design system, robust atomic CSS-in-JS engine, a structural style sheet specification (SSS), a low-runtime solution, and much more!
https://aestheticsuite.dev
MIT License
203 stars 5 forks source link

Typo in first example made the code invalid #16

Closed Alphy11 closed 6 years ago

Alphy11 commented 6 years ago
 <div
        role="tablist"
        className={classes(
          classNames.carousel,
          animating && classNames.carousel__animating,
        )}
      >

was invalid due to extraneous {}, I removed them

@milesj

milesj commented 6 years ago

Cheers, thanks!