π₯ git add --intent-to-add will track a file without adding any of itβs contents. This is helpful if you use git add -p to review changes before adding them
π₯ CSS Grid in 45 minutes. A video of my talk at Laracon is now live!
π₯ Did you know CSS has a turn unit? Itβs often easier to turn something rotate(0.75turn) instead of doing the math to rotate(270deg)
turn
rotate(0.75turn)
rotate(270deg)