diff --git a/skills/30 CSS/Sass.yml b/skills/30 CSS/Sass.yml index 10bea5a2..0bdf090f 100644 --- a/skills/30 CSS/Sass.yml +++ b/skills/30 CSS/Sass.yml @@ -10,7 +10,7 @@ resources: - url: https://marksheet.io/sass.html --- -skill: "Sassmeister" +skill: "Sass playgrounds" level: 3 requires: - "Basic principles, Sass vs. scss" @@ -21,6 +21,12 @@ resources: Sassmeister is a tool that allows you to quickly see CSS generated from your Sass code. type: tool lang: en + - url: https://sass-lang.com/playground/ + desc: Playground at official Sass website + text: | + Sass playground is a tool that allows you to quickly see CSS generated from your Sass code. + type: tool + lang: en --- skill: "@import (also partials)"