Hot tips are spicy lil' nuggets related to web development and tooling that I share on my twitter account. I've logged them here to make them easier to find.
Page 21 of 26
🔥 CSS variables can be updated with JavaScript. Something you can't do with Sass!
Demo:
🔥 CSS background-position accepts 4 values to allow you to anchor a background image and position it from there
🔥 View your recently used branches with git latest.
git latest
👉 Add this to your ~/.gitconfig
🔥 Use Emmet in JavaScript to quickly value bump variables
🔥 CSS Highlight on Hover Code Along 📽
🔥 You can now use autoprefixer based on your own site's Google Analytics data
🔥 Include directories when creating a new file in Sublime Text to quickly scaffold nested folder structure
🔥 Open all merge conflicts or currently changed files in Sublime Text, Atom or Vim
Put alias in .zshrc or .bashrc
🔥 CSS4 is getting case insensitive matching on attribute selectors!
🔥 ES6 improved object syntax is great when an object's property is named the same as the variable it's being set to