Skip to content

Commit b21b3b0

Browse files
committed
📄 docs: emojify README
1 parent 437d5d5 commit b21b3b0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1+
# 🧩 Tailwind CSS Custom Native Utilities
12
This Tailwind CSS plugin allows you to write configuration for your own custom utility in the `theme` and `variants` section of your config as though it were actually part of the framework. Just define it with a single line in the `plugins` section!
23

34
This should allow you to finally kill off leftover CSS and inline styles that have no accompanying plugin-made or native utility. Although you can replace other [plugins](https://github.com/aniftyco/awesome-tailwindcss#plugins) with this one, it's probably a good idea to use those instead because they're purpose-built and likely to create a better output.
45

5-
## Installation
6+
# 💻 Installation
67

78
```bash
89
npm install --save-dev tailwindcss-custom-native
910
```
1011

11-
## Basic usage
12+
# 🛠 Basic usage
1213

1314
With this Tailwind configuration,
1415

@@ -92,7 +93,7 @@ you get this additional CSS:
9293
}
9394
```
9495

95-
## Advanced usage
96+
# ⚙️ Full configuration
9697

9798
This plugin expects configuration of the form
9899

@@ -125,7 +126,7 @@ Where each parameter means:
125126

126127
As of Tailwind 1.2.0, this just means the [`respectPrefix` and `respectImportant`](https://tailwindcss.com/docs/plugins/#prefix-and-important-preferences) options
127128

128-
## Examples
129+
# 📚 Examples
129130

130131
Specify `rename: ''` so you can write `blur-4` and `grayscale` instead of `filter-blur-4` and `filter-grayscale`:
131132

@@ -339,7 +340,7 @@ module.exports = {
339340
}
340341
```
341342

342-
## License and Contributing
343+
## 📄 License and Contributing
343344

344345
MIT licensed. There are no contributing guidelines. Just do whatever you want to point out an issue or feature request and I'll work with it.
345346

0 commit comments

Comments
 (0)