Month: August 2021

  • Looping though arguments in a mixin

    Things to note here: The last argument ends with … which means it accepts any number of arguments and will put those arguments into a list. #{nth($items, $i + 1)} gets the argument from the list. You just specify the list and the index. Unlike arrays, the index of the first element is 1. The…

  • Turning a 2nd modem into an external Access Point

    I’ve done this a few times already so thought it would be a good idea to document it. What this does is basically make a 2nd wifi spot using your original wifi. Get the original modem’s ip address (usually 192.168.1.1) If not check by typing “ipconfig” in the command line on a computer that’s connected…