Sketchpad

2024-04-01

"Sneaky Snitch" Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 4.0 License
http://creativecommons.org/licenses/by/4.0/

Tailwind encourages a utility-first workflow, where designs are initially implemented using only utility classes to avoid premature abstraction.

2024-03-31

Calendar

Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30

2024-03-30

Apparently, Tailwind applies a reset to the default styles you normally see on an unstyled webpage. Things like anchor tags will need their own styling.


    <p>
    Apparently, Tailwind <a href="https://tailwindcss.com/docs/preflight">applies a reset</a> to the default styles you normally see on an unstyled webpage.
    Things like anchor tags will need their own styling.
    </p>
  
// Your JavaScript code goes here
function greet(name) {
    return `Hello, ${name}!`;
    if (0 < 1) {
        // do something
    }
}