Skip to content

Commit a44c126

Browse files
committed
docs: update readme
1 parent 3e96f34 commit a44c126

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

readme.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@ HTML template to SASS converter for TailwindCSS
77
[![NPM Type Definitions](https://img.shields.io/npm/types/@egoistdeveloper/twcss-to-sass)](https://www.npmjs.com/package/@egoistdeveloper/twcss-to-sass)
88
[![NPM](https://img.shields.io/npm/l/@egoistdeveloper/twcss-to-sass)](https://github.com/EgoistDeveloper/twcss-to-sass/blob/dev/LICENSE)
99

10-
## 🚀 **[Playground](https://egoistdeveloper.github.io/twcss-to-sass-playground)**
10+
## About
1111

12+
There are many tailwind component sharing platforms, snippet websites, code pens, UI kits, etc. We generally see static demos and inline class lists like `<div class="text-base leading-6 text-gray-500 hover:text-gray-900">...`. If you want to choose the SASS option for your project, you need to convert inline classes and templates one by one. And this process takes time. This tool converts inline class lists to SASS and it takes just milliseconds.
13+
14+
This tool is useful for a quick start but all cases did not consider. There are many edge cases. So, you may need to refactor output HTML and SASS results.
15+
16+
## 🚀 [Playground](https://egoistdeveloper.github.io/twcss-to-sass-playground)
17+
18+
Use converter playground for quick start.
1219

1320
## 📦 Installation
1421

0 commit comments

Comments
 (0)