YuukanOO / uniformcss.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



A fully customizable utility-first CSS framework built entirely in Sass.

GitHub release (latest by date) GitHub


Getting Started

Step 1. Install package - Easiest way to get started is to install UniformCSS using npm, this will get you the latest build.

npm install @uniformcss/uniformcss

Step 2. Add Uniform - Simply drag-and-drop the uniform folder to your sass directory and add this one liner to your stylesheet.

@use "uniform" as *;

Step 3. Build everything - Compile your sass and just like that, you now have access to all the utility classes. It's that simple.

<div class="flex w-6 h-6 mx-auto radius-md bg-black color-white">
  ...
</div>

Documentation

For full documentation, please visit uniformcss.com.

Community

For support or issues around UniformCSS please visit the issues section on Github.

UniformCSS on Github

For general questions and conversations please use Twitter!

UniformCSS on Twitter

License

Copyright 2020 Jin Su Park. Code released under the MIT license.

About

License:MIT License


Languages

Language:SCSS 67.9%Language:Nunjucks 30.9%Language:JavaScript 1.1%Language:Liquid 0.1%