EffCSS. Quick start
dev.to·13h·
Discuss: DEV
📘TypeScript
Preview
Report Post

In this article, we will look at EffCSS and how to use it in your project.

Main links

Overview

EffCSS is a self-confident CSS-in-JS library which aims to be a simple tool for creating complex and predictable styles. The library is based on several abstractions:

  • Stylesheet maker is just a JS function that receive an object with utilities as an argument and should return an object or a string with styles; utilities contain some usefull functions that generat…

Similar Posts

Loading similar posts...