From f4ff8f83f44aa1e21786a0b8c778fcd0da906068 Mon Sep 17 00:00:00 2001 From: Akash Kumar <91385321+OfficialAkashKumar@users.noreply.github.com> Date: Thu, 20 Apr 2023 17:43:42 +0530 Subject: [PATCH] replaced a dead link (#300) replaced url protocol of OOCSS from https to http --- src/pages/introduction.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/introduction.mdx b/src/pages/introduction.mdx index 67a04c0..000915c 100644 --- a/src/pages/introduction.mdx +++ b/src/pages/introduction.mdx @@ -19,8 +19,8 @@ This is also true for long-term projects with legacy code (read ["How to Scale a There are plenty of [methodologies](https://github.com/awesome-css-group/awesome-css#naming-conventions--methodologies-bulb) out there aiming to reduce the CSS footprint, organize cooperation among programmers and maintain large CSS codebases. This is obvious in large projects like Twitter, Facebook and [GitHub](http://markdotto.com/2014/07/23/githubs-css/#two-bundles), but other projects often grow into some “Huge CSS file” state pretty quickly. -- [OOCSS](https://oocss.org/) — Separating container and content with CSS “objects” -- [SMACSS](https://smacss.com/) — Style-guide to write your CSS with five categories for CSS rules +- [OOCSS](http://oocss.org/) — Separating container and content with CSS “objects” +- [SMACSS](http://smacss.com/) — Style-guide to write your CSS with five categories for CSS rules - [SUITCSS](https://suitcss.github.io/) — Structured class names and meaningful hyphens - [Atomic](https://acss.io/) — Breaking down styles into atomic, or indivisible, pieces