anthology.scss

A SCSS library for generating functional CSS patterns that are declarative, theme-able, automatically responsive, and compatible with atomic design!

Usage no npm install needed!

<script type="module">
  import anthologyScss from 'https://cdn.skypack.dev/anthology.scss';
</script>

README

📚 Anthology

SCSS library for generating functional CSS patterns that are declarative, theme-able, automatically responsive, and compatible with atomic design!

👀 Read the docs! · 📈 Fork the starter kit!


Anthology is a library of SCSS mixins and functions to help you implement atomic CSS with ease. It builds on the ideas of CSS toolkits like Tachyons or Nuclide, where each CSS rule has one well-defined job and changes exactly one CSS property. Anthology differentiates itself by being highly-configurable and extensible. On its own, Anthology contains zero CSS. Instead of providing a set of standard rules and selectors, we provide a pattern to implement the rules you need according to your individual use-case. Think of it as a tooling workflow—Anthology is the power drill and you bring the screws!