From 1f1af24d01ac50adb825158efa35d4468cececbb Mon Sep 17 00:00:00 2001 From: Adam Laki Date: Sun, 22 Dec 2024 09:02:06 +0100 Subject: [PATCH] Fix broken links --- src/blog/how-to-configure-spruce-css-in-your-project.md | 4 ---- src/blog/the-simplest-sass-compile-setup.md | 4 ---- src/docs/getting-started/installation.md | 2 -- 3 files changed, 10 deletions(-) diff --git a/src/blog/how-to-configure-spruce-css-in-your-project.md b/src/blog/how-to-configure-spruce-css-in-your-project.md index 1012dd5..0d56e65 100644 --- a/src/blog/how-to-configure-spruce-css-in-your-project.md +++ b/src/blog/how-to-configure-spruce-css-in-your-project.md @@ -24,10 +24,6 @@ Create a **config** folder inside your **scss** folder. We need an **_index.scss └── main.scss ``` -{% notification %} -You can see this file structure in action at our [Spruce CSS Starter Kit](https://github.com/conedevelopment/sprucecss-starter-kit). -{% endnotification %} - ## _index.scss In this file, we just forward all of the config files. diff --git a/src/blog/the-simplest-sass-compile-setup.md b/src/blog/the-simplest-sass-compile-setup.md index 2fdd08d..fd1fb51 100644 --- a/src/blog/the-simplest-sass-compile-setup.md +++ b/src/blog/the-simplest-sass-compile-setup.md @@ -111,7 +111,3 @@ npm run sass-dev ```command npm run sass-prod ``` - -{% notification %} -Visit the [Spruce CSS Starter Kit](https://github.com/conedevelopment/sprucecss-starter-kit) to see all of this work. -{% endnotification %} diff --git a/src/docs/getting-started/installation.md b/src/docs/getting-started/installation.md index d6a7ffb..77245d5 100644 --- a/src/docs/getting-started/installation.md +++ b/src/docs/getting-started/installation.md @@ -83,5 +83,3 @@ You can control the flow of the style generation in a lot of ways (for more info ## Compiling Sass Depending on your development setup, using Sass could be a burden. We think that Sass is a handy tool and easy to use. Compiling is one of the more significant barriers; for this reason, we wrote an article about [a simple Sass compile setup](https://pineco.de/the-simplest-sass-compile-setup/). - -Also, we made a [Spruce CSS Eleventy Starter](https://github.com/conedevelopment/sprucecss-eleventy-starter), a boilerplate starter template based on the popular static site generator 11ty. It includes a basic compile setup and, of course, Spruce CSS. You can find more information about it on GitHub.