-
The oocss.org site is using a different (older?) version of the css files. Currently the modules page is using the image rounded corners instead of the css rounded corners in Firefox. Perhaps it shoul…
-
現在BEMっぽく書いてあるが本当にいいか考える
- BEM
- FLOCSS
- ECSS
- MCSS
- OOCSS
- SMACSS
取りあいずずらずら並べて見た
### 参照
https://qiita.com/nezurika/items/a964e21d3596b0ee4c9a#oocss
-
Does Mantra have a preferred CSS convention?
- [BEM - Block Element Modifier](https://en.bem.info/articles/why-bem-in-a-nutshell/)
- [SMACSS - Scalable and Modular Architecture for CSS](https://smacss…
-
First thank you for all your hard work on this project. It's great!
Please check the download Source on GitHub.They seem to differ from the velocity-download on OOCSS.org. GitHub's files mod.css and …
-
I think it'd very convenient to have a comparison table which compares Bliss to BEM, OOCSS, etc.
-
第312天 OOCSS有哪些好处?对应的库有哪些?
[我也要出题](http://web.haizlin.cn/interview/)
-
Tags or categories are far more versatile.
ruletags
adjoining-classesIE6
box-modelIE6, IE7 (there is `box-sizing` for better browsers)
compatible-vendor-prefixescompatibility, release
display-proper…
-
If we could (maybe we have already?) set up some oocss stuff, that might be easiest for them.
-
### OOCSS
OO:面向对象
原则一:容器与内容分离
原则二:结构与皮肤分离
原则三:面向设计开发
应用:Grid栅格系统
### BEM
块(Block)、 元素(Element)、修饰符(Modifier)
作用:命名规范、让页面结构更清晰
进阶版oocss
### SMACSS
分类:Base、Layout、 Modules、Sta…
-
Such as:
https://github.com/necolas/idiomatic-css
https://github.com/stubbornella/oocss-code-standards#class-names
@jakefolio suggested this, let's discuss.