DEV Community

Discussion on: Best CSS Frameworks in 2022

Collapse
 
louislow profile image
Louis Low • Edited

I personally prefer WEAVV been using it for years.

GitHub logo weavv / weavv-css

A colossal low-level utility CSS framework for crafting a beautiful and elegant user interface at an atomic level

image

A colossal low-level utility CSS framework for crafting a beautiful and elegant user interface at an atomic level.

Version 1.0.1

Documentation

Tools

Build

$ git clone https://github.com/weavv-css/weavv-css.git
$ cd weavv-css
$ npm install
Enter fullscreen mode Exit fullscreen mode

Build full version,

$ npm run build-full
Enter fullscreen mode Exit fullscreen mode

Build minimal version,

$ npm run build-min
Enter fullscreen mode Exit fullscreen mode

Build file is locate in ./dist/ directory.

Community

Credits

Sass, NodeJs, Gulp, Normalize, PostCSS.


MIT