From 5592a501ee76757c59244db1121127b73d39f046 Mon Sep 17 00:00:00 2001 From: Kitty Giraudel <1889710+KittyGiraudel@users.noreply.github.com> Date: Sun, 25 Jul 2021 17:10:50 +0200 Subject: [PATCH] Update name reference and remove 404 links --- sass.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sass.md b/sass.md index 5a170e6..ddf426c 100644 --- a/sass.md +++ b/sass.md @@ -5,7 +5,6 @@ A scripting language that is interpreted into CSS, that provides powerful functi ## Beginning Sass * Read the [Sass Tutorial](http://sass-lang.com/tutorial.html) -* Read [The Sass way beginner articles](http://thesassway.com/beginner) * Read [open source Sass code](https://github.com/thoughtbot/bourbon/tree/master/app/assets/stylesheets) ### You should be able to @@ -17,8 +16,7 @@ A scripting language that is interpreted into CSS, that provides powerful functi ## Intermediate Sass -* Read @HugoGiraudel's [Sass guidelines](http://sass-guidelin.es/) -* Read [The Sass way intermediate articles](http://thesassway.com/intermediate) +* Read @KittyGiraudel's [Sass guidelines](https://sass-guidelin.es/) ### You should be able to @@ -28,4 +26,4 @@ A scripting language that is interpreted into CSS, that provides powerful functi ## Ongoing Reference * [Sass Documentation](http://sass-lang.com/documentation/file.SASS_REFERENCE.html) -* [Awesome Sass](https://github.com/HugoGiraudel/awesome-sass) +* [Awesome Sass](https://github.com/KittyGiraudel/awesome-sass)