Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ikhsan3adi/learn-tailwind-css

My personal TailwindCSS learning progress
https://github.com/ikhsan3adi/learn-tailwind-css

css front-end frontend html javascript npm tailwind tailwindcss

Last synced: 25 days ago
JSON representation

My personal TailwindCSS learning progress

Awesome Lists containing this project

README

        

# TailwindCSS Example

[![Node.js CI](https://github.com/ikhsan3adi/TailwindCSS-Example/actions/workflows/node.js.yml/badge.svg)](https://github.com/ikhsan3adi/TailwindCSS-Example/actions/workflows/node.js.yml)

My personal tailwind css learning progress

- Spacing
- Sizing
- Color
- Typography
- Background image
- Pseudo-class
- Transform
- Transition
- Animation
- Layout
- Responsive design
- Flexbox
- Grid
- Dark theme

## How To Run

1. Clone this repo.
2. Install dependencies.

```bash
npm i
```

3. Run the CLI tool to scan your template files for classes and build your CSS.

```bash
npm run css
```

4. Optimizing for Production, you can minify your CSS.

```bash
npm run minicss
```

5. Open `index.html` file in your browser.

## Author

- [@ikhsan3adi](https://www.github.com/ikhsan3adi)