diff --git a/apps/nt-css/Readme.md b/apps/nt-css/Readme.md index e69de29..bb5a410 100644 --- a/apps/nt-css/Readme.md +++ b/apps/nt-css/Readme.md @@ -0,0 +1,72 @@ +# nt-css + +## Overview + +**nt-css** is a lightweight, customizable CSS framework designed to simplify the process of styling your web projects. It leverages the power of Tailwind CSS to provide a robust set of utility classes, enabling you to build responsive and modern UIs with ease. + +## Features + +- Simple to use +- Customizable with utility classes +- Lightweight and fast +- Responsive design support +- Integration with Tailwind CSS + +## Installation + +You can install **nt-css** via npm or pnpm. + +### Using npm + +```sh +npm install nt-css +``` + +### Usage + +To use nt-css in your project, include the generated `styles.css` file in the `
` section of your HTML file. + +```html + + + + + + +