A utility-first CSS framework for rapid UI development.
-
Updated
Oct 18, 2020 - CSS
{{ message }}
A utility-first CSS framework for rapid UI development.
Functional css for humans
Low-level CSS Toolkit – the original Functional/Utility/Atomic CSS library
A tool for creating Atomic CSS, a collection of single purpose styling units for maximum reuse.
Baseline atomic CSS toolkit.
Library with missing Functional / Atomic CSS classes for Bulma framework
A <1kB library for styling React components as if with CSS-in-JS, without CSS-in-JS
Functional and customizable CSS utilities with familiar names
CSS at scale
Hucssley - a full-featured, consistent, atomic utility class library for rapidly building performant UI
A library of atomic CSS classes.
Interactive cheat sheet for Tachyons
This is simple bindings to Tachyons (A functionall CSS library) in Elm. Aids in auto-completion.
Modern CSS flexbox framework with pure flexbox grid abilities
Tachyons for CSS-in-JS
Utilitarian CSS Framework
Links, articles and tools for Functional CSS
Library -
Build interfaces quickly with a lightweight, flexible, and friendly CSS framework designed to be quick and easy without forcing you to overwrite styles or components. Your design, your rules.
PostCSS plugin to define and compose Functional CSS rules.
👨🏾🍳 Ainsley is to CSS what Markdown is to HTML
Tailwindcss postcss gulp browser-sync starter
CSS utility class generator
Add a description, image, and links to the functional-css topic page so that developers can more easily learn about it.
To associate your repository with the functional-css topic, visit your repo's landing page and select "manage topics."
I've been trying to get to include custom classes generated with cli but still can't get around it.
My setup:
tsconfig.json
{ ..., "typeRoots": [ "./src/@types", "./node_modules/@types" ] }src/@types/css-types.d.ts
... | 'text-pink-600' | 'text-pink-700' | 'text-pink-800' | 'text-pink-900' | 'text-primary' | 'text-nermin' | 'text-ribbon-200';