Tag: sass

  • Installing SASS on OSX Using Terminal

    Installing SASS on OSX Using Terminal

    SASS is one of two CSS preprocessor languages (that I know of, if there are more, let me know) aimed at extending the power and functionality of CSS with the goal of improving development time and reducing repetition in code. As a preprocessor language, SASS requires that we have it installed before we can convert […]