You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,4 +36,12 @@ You now have access to the Nord theme anywhere you would use normal tailwind col
36
36
</div>
37
37
```
38
38
39
-
I've stuck to the colour names set in the Nord documentation to keep things simple. Check that out [here](https://www.nordtheme.com/docs/colors-and-palettes).
39
+
You can use the colour names set in the Nord documentation. Check that out [here](https://www.nordtheme.com/docs/colors-and-palettes).
40
+
41
+
But you can also use Tailwind-like color names like below.
42
+
```html
43
+
<divclass="bg-nord-0">
44
+
<pclass="text-nord-5">Hello, this is some text</p>
0 commit comments