oddbird / sass-site

Sass Website
https://sass-site-oddbird.netlify.app/
Other
0 stars 0 forks source link

Playground- Default code contents #80

Closed jamesnw closed 1 day ago

jamesnw commented 1 month ago

Default code contents on initial Playground load (if not following a direct link with existing contents)

What should code contents be?

mirisuzanne commented 2 weeks ago

@jamesnw I suggested a few edits to your default, but also found this as the first example on the /learn page, and think it would be enough on it's own probably?

$font-stack: Helvetica, sans-serif;
$primary-color: #333;

body {
  font: 100% $font-stack;
  color: $primary-color;
}
jamesnw commented 1 week ago

@jamesnw I suggested a few edits to your default, but also found this as the first example on the /learn page, and think it would be enough on it's own probably?

$font-stack: Helvetica, sans-serif;
$primary-color: #333;

body {
  font: 100% $font-stack;
  color: $primary-color;
}

I added this as an option in the PR to see which Natalie prefers.