Skip to content

Commit 58a6610

Browse files
fix: replace OOCSS link to stubbornella wiki (prevents casino redirect) (#323)
## Description Replace the OOCSS link from the defunct `http://oocss.org/` domain (now redirecting to a casino site) to the official wiki maintained by the author Nicole Sullivan: `https://github.com/stubbornella/oocss/wiki` This is a preventive contribution to maintain the integrity and usefulness of the documentation. ## Changes - Updated OOCSS link from `http://oocss.org/` to `https://github.com/stubbornella/oocss/wiki` - Updated description from "Separating container and content with CSS objects" to "Object oriented CSS"
1 parent 82ad59f commit 58a6610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This is also true for long-term projects with legacy code (read ["How to Scale a
1919

2020
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.
2121

22-
- [OOCSS](http://oocss.org/)Separating container and content with CSS “objects”
22+
- [OOCSS](https://github.com/stubbornella/oocss/wiki)Object oriented CSS
2323
- [SMACSS](http://smacss.com/) — Style-guide to write your CSS with five categories for CSS rules
2424
- [SUITCSS](https://suitcss.github.io/) — Structured class names and meaningful hyphens
2525
- [Atomic](https://acss.io/) — Breaking down styles into atomic, or indivisible, pieces

0 commit comments

Comments
 (0)