Skip to content

Instantly share code, notes, and snippets.

View adnanh's full-sized avatar
🙃

Adnan Hajdarević adnanh

🙃
View GitHub Profile
#!/usr/bin/env python3
import os
import sys
try:
import usb.core
import usb.util
except ImportError:
@adnanh
adnanh / index.md
Created September 22, 2016 12:44 — forked from alekseykulikov/index.md
SUIT CSS naming convention for React.js application

Recently CSS has got a lot of negativity. But I would like to defend it and show, that with good naming convention CSS works pretty well.

My 3 developers team has just developed React.js application with 6561 lines of CSS (and just 5 !important). During one year of development we had 0 issues with CSS. No refactoring typos, no style leaks, no performance problems, possibly, it is the most stable part of our application.

Here are main principles we use to write CSS for modern (IE11+) browsers: