#intermediate

All the topics that we've covered at an intermediate level

Git: rename a branch

Mar 21, 2019

Named your git branch incorrectly? You can quickly rename a branch by using the -m flag

SCSS: ampersand rules

Mar 17, 2019

Using the & after a declaration you can set a css rule to apply given that the selector that has the & after actually applies when it is the parent of the element it is nested under 🤔...

Javascript: array inclusion check

Mar 16, 2019

Looking for a quick way to see if an item is an array? Use the...

SCSS Control Directive

Mar 11, 2019

Using #scss you can take advantage of control directives