• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Tanner Record

Tanner Record

WordPress Plugin Developer

  • Home
  • Contact
You are here: Home / Archives for TIL (Today I Learned)

TIL (Today I Learned)

Transforms Can Be Used to Invert Elements

September 25, 2020

Earlier this week I was working on styling a website and trying to keep a component as customizable as possible. Within it, I needed the ability to reverse an icon with CSS only and I found out that using transform: scale(-1) will automatically flip the element you use it on. You can also specify the […]

Filed Under: TIL (Today I Learned)

Learn SCSS From The Source

January 24, 2020

When I’m trying to style something using a Mobile First approach, I tend to under-think my SCSS. I don’t know if I just get lazy sometimes or I just get tired of what I’m working on; It doesn’t always leave me with the best styles. The code may get the job done, but it’s convoluted […]

Filed Under: TIL (Today I Learned)

Primary Sidebar

  • Facebook
  • GitHub
  • Instagram
  • Twitter

Recent Posts

  • Using VS Code to Improve Your Git Commits
  • Get Only Public Post Types In WordPress
  • Transforms Can Be Used to Invert Elements

Copyright © 2021 Tanner Record