From 194d4f0e81277bc2a83e4a4577083c99f7846244 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 2 Jan 2023 11:12:25 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index adcf4fd..987df47 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,11 @@ node-sass --watch --source-map true --output-style compressed sass/main.sass css ``` **Note:** This template has been created with the help of SASS lang official style guides and [HugoGiraudel](https://github.com/HugoGiraudel/sass-boilerplate) repository. + +## Other variants + +- [Pattern 7-1 with Split media](https://github.com/tanrax/pattern-7-1-with-split-media): The best, highly recommended ❤️) +- [Pattern 7-1](https://github.com/tanrax/pattern-7-1): Standard. **Not responsive design**. +- [Pattern 7-1 Lite with Split media](https://github.com/tanrax/pattern-7-1-lite-with-split-media): Simplified version for students or very small web sites. +- [Pattern 7-1 Lite](https://github.com/tanrax/pattern-7-1-lite): Simplified version for students or very small web sites. **Not responsive design**. +