Freemote Logo

Coding Wiki

Most Common Coding Questions

Find answers to popular programming questions and level up your coding skills

Css vs scss

Learn the differences between CSS and SCSS, two popular preprocessor stylesheets.

Answer:

CSS vs SCSS: What's the Difference?

css

scss
// Import a CSS file and compile it to SCSS
@import 'styles.css';

// Write SCSS code
body {
  background-color: #f2f2f2;
}
Tags:
cssscss
☾☾☾
+++++++++
Level Up Your Coding Skills

CSS Cheat Sheet

Remember the essentials of 5 different languages, it's free.