Here are the steps to convert a project that doesn’t use Sass to use Sass. Step 0: Make sure you can compile Sass If you haven’t already figured out a way to compile (technically transpile) Sass into CSS then you need to do that. The simplest way is to use […]
sass
When you write in Sass (SCSS) you need to have those files converted (transpiled) into CSS. Scout App, is a quick way to do this. This video walks through installing Sass on macOS. Note that you can install Sass on the Desktop or Documents so you can add it to […]
Every website uses anchor tags to style links. This is an example of a way that you can use Sass to quickly style links. You can define the link color with your other colors for your site and then by changing the Sass $link-color variable you’ll change the color for […]
Today we are going to do some introductory activities and then get into two new topics that you will be able to apply to the final. Midterm Project Presentations Quizlet Gestalt Principles: Connectedness and Similarity Sass Introduction Midterm Project Presentations Please post links to you GitHub Pages to the comments […]
As you may have noticed, writing CSS can get long and repetitive. As you start to add styles for layout, type, page sections, media and more the .css file gets longer and longer and harder to modify. To help manage this and add some flexibility to CSS people created CSS […]