You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
528 B
10 lines
528 B
# Tailwind Notes
|
|
|
|
This is where I'll put things I need to find later and notes.
|
|
|
|
* [Size values](https://tailwindcss.com/docs/width)
|
|
* [@apply](https://tailwindcss.com/docs/functions-and-directives)
|
|
* You can do a process of "hack it in html, officilize it in input.css" where you make it look/work how you want live, then pull it out into an @apply so it's available everywhere.
|
|
* Seems it only reliably workson divs, so need to find the setting for bare tags.
|
|
* https://daisyui.com/
|
|
* https://nostalgic-css.github.io/NES.css/
|
|
|