Skip to content

Commit 2ed0738

Browse files
authored
Update README.md
1 parent 103ad11 commit 2ed0738

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ This uses `MutationObserver` to monitor the DOM, and the moment a `<style>` tag
3535

3636
This method also leaves your existing styles untouched, allowing you to mix and match at your liesure.
3737

38+
## 🎁 Installation
39+
40+
✂️ Copy + 📋 paste the snippet into your HTML.
41+
42+
Or, 📥 [download](https://raw.githubusercontent.com/gnat/css-scope-inline/main/script.js) into your project, and add `<script src="script.js"></script>` to your `<head>`.
43+
44+
Or, 🌐 use the CDN: `<script src="https://cdn.jsdelivr.net/gh/gnat/css-scope-inline/script.js"></script>`
45+
3846
## 🤔 Why consider this over Tailwind CSS?
3947

4048
Use whatever you'd like, but there's a few advantages with this approach over Tailwind, Twind, UnoCSS:

0 commit comments

Comments
 (0)