From 1cebad38e0b28df2576def328f50902faf1591f4 Mon Sep 17 00:00:00 2001 From: DanielSrb Date: Mon, 16 Sep 2024 17:15:30 +0200 Subject: [PATCH] content: added a tool --- skills/30 CSS/Sass.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/skills/30 CSS/Sass.yml b/skills/30 CSS/Sass.yml index 10bea5a2f..0bdf090fc 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)"