Radio and PodcastRadio and PodcastLive Radio & Podcasts
Eps 30: SASS Basics – Talking HTML artwork
Technology

Eps 30: SASS Basics – Talking HTML

Talking HTML by Tom Norman

Feb 28, 201719:07Technology

What is SASS? Considered an extension of CSS. I consider it a streamlined version of CSS. How it works Set up on your personal system – I use Koala to compile my code Done locally then uploaded to the server via Fi...

About This Episode

Eps 30: SASS Basics – Talking HTML is an episode from Talking HTML by Tom Norman. What is SASS? Considered an extension of CSS. I consider it a streamlined version of CSS. How it works Set up on your personal system – I use Koala to c...

Podcast

This episode belongs to Talking HTML.

Listen Online

Use the player on this page to stream the episode online.

Episode Details

Published Feb 28, 2017, 19:07 long, audio available.

Questions About This Episode

What is Eps 30: SASS Basics – Talking HTML about?

What is SASS? Considered an extension of CSS. I consider it a streamlined version of CSS. How it works Set up on your personal system – I use Koala to compile my code Done locally then uploaded to the server via Filezilla Create a .SCSS file Write ANY CSS code as you normally would Add the SASS styling code as you see fit variables mixins Code Nesting Putting code inside of code imports Get into it in a future eps Save file Compile code may do so automatically once SCSS file is saved. Compiling transforms your SCSS file into a CSS file Benefits Streamline CSS writing – The one change will be distributed accross to all the corresponding instances of whatever it is you changed. Negatives You have to learn how to use SASS You have to figure out how to get it to work on your computer, which can be a feat if you aren’t Computer savvy Variables Not usable in standard CSS SASS integrates a way to create variables which then translates to regular CSS when compiled $primary-color: ; /* BREWER BLUE */ $secondary-color: ; /* COWBOY GRAY */ $tertiary-color: ; /* PACKER GOLD */ $quaternary-color: ; /* PACKER GREEN */ $quinary-color: ; /* BADGER RED */ $font-stack1: 'Merienda One', cursive; $font-stack2: 'Kite One', sans-serif; $font-stack3: 'Sintony', sans-serif; body { background-color: $primary-color; font-family: $font-stack3; font-size: 62.5%; } { margin: 0 auto; background-color: $secondary-color; width: 800px; } Compiling program & link ( Koala ) Where to learn about SASS – Codeacademy has a class @tommnorman @tnpwdesign TNPWDesign.com WebDevPod.com The post Eps 30: SASS Basics – Talking HTML appeared first on Schaffen Creative .

Where can I listen to Eps 30: SASS Basics – Talking HTML?

You can listen to Eps 30: SASS Basics – Talking HTML online on Radio and Podcast. Open the player on this page to stream the available audio.

Which podcast is Eps 30: SASS Basics – Talking HTML from?

Eps 30: SASS Basics – Talking HTML is an episode from Talking HTML by Tom Norman.

How long is this episode?

This episode is 19:07 long.

When was this episode published?

This episode was published on Feb 28, 2017.

Can I save Eps 30: SASS Basics – Talking HTML for later?

Yes. Use the heart button on the episode page to add it to your favorite episodes list.

Are there related episodes from Talking HTML?

Yes. This page shows related episodes from Talking HTML when more episodes are available from the podcast feed.

Quick Answers About This Episode

Where can I listen to Eps 30: SASS Basics – Talking HTML?

You can listen to Eps 30: SASS Basics – Talking HTML on this page when the episode audio is available from the podcast feed.

Which podcast is this episode from?

Eps 30: SASS Basics – Talking HTML is from Talking HTML by Tom Norman.

What are the episode details?

Published Feb 28, 2017 and 19:07 long