Skip to content

Commit

Permalink
replaced a dead link (#300)
Browse files Browse the repository at this point in the history
replaced url protocol of OOCSS from https to http
  • Loading branch information
AkashKumar7902 committed Apr 20, 2023
1 parent 1ab0cb3 commit f4ff8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

1 comment on commit f4ff8f8

@vercel
Copy link

@vercel vercel bot commented on f4ff8f8 Apr 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

getbem-github-io – ./

getbem-github-io-getbem.vercel.app
getbem-github-io.vercel.app
getbem-github-io-git-master-getbem.vercel.app

Please sign in to comment.