UNPKG

@oddbird/css-toggles

Version:

Polyfill for the proposed CSS Toggles syntax

14 lines (9 loc) 368 B
# CSS Toggles preview - [Demo](https://toggles.oddbird.net) - [Explainer](https://css.oddbird.net/toggles/explainer/) - [Draft Spec](https://tabatkins.github.io/css-toggle/) ## Development - Clone the repository. - Install dependencies: `yarn install`. - Start dev server: `yarn dev`. Visit `localhost:3000`. To automatically format source code run `yarn format`.