-
We should be linting our css as well https://github.com/CSSLint/csslint
-
收集:04-14
票選:04-14 ~ 04-16
Rplus updated
8 years ago
-
```
Create nicer examples (demo) project using oocss example:
http://wiki.github.com/stubbornella/oocss
```
Original issue reported on code.google.com by `alex.obj...@gmail.com` on 18 Jul 2009 at 9:…
-
---
> 本文是早期译版,未经校审。仅供参考。
---
# Praise for _CSS Secrets_
# 本书收到的赞誉
This is a new generation of CSS books, for a new generation of CSS. No longer a simple language tied to complicated browser hacks a…
-
Great job on putting together the Front-end Handbook—impressive stuff. Lots of great content in there.
I wanted to suggest my CSS framework Scally for the [CSS Tools section](http://www.frontendhandb…
-
...primarily the social media and other link lists for the footer. There's a lot of code and very little flexibility in how content can be presented.
-
**Features**
Different Projects; One Generator - Create your type of project in fairly simple steps
Highly Maintainable - Uses SMACSS approach (BEM, OOCSS, ITCSS in backlog)
Readymade — Directory stru…
-
I'm creating this issue to roll together #26, #35 and #38 as a central place for feedback and ideas.
It appears there are several issues relating to the build process and use of JSX, including:
- Unn…
-
For example, in `_template.scss`, the content is selected as follows:
```
.single main #content {
```
`main` could (and should) be removed here to avoid specifity issues.
-
Hi, is it works with BEM syntax - can you add some examples? :)
The BEM uses modifiers (--) and children (__) for object, so how to write documentation? :)