-
Create a legend control in map/LegendControl
-
```
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:…
-
Hi,
This might not be a real issue, but if I insert a form control element inside a media-body container it's not expanding to the full width like headlines and paragraphs (http://jsbin.com/tiziku/1/…
-
When you have something like:
```
%btn-style-default{
background: green;
&:hover{
background: black;
}
}
```
and extend this selector with:
```
button{
@extend %btn-style-default;
}
```…
-
Hi,
First of all, let me start off by saying thanks for this generator and I really appreciate all the work put into it, however I find that the sass:injector is flawed for those who are trying to ma…
-
Why did you choose to support IE8? Why not move forward with flexbox?
-
Buscando framework CSS ligeros encontré y recomiendo mirar **Pure**(jquery) y **Picnic**.
Resumen tras googlear:
http://www.hongkiat.com/blog/bootstrap-alternatives/
skeleton
cardinalcss
concisecss
…
-
I found the semantic definition of the class is very similar to the wording oocss; what is not? Thank you
crper updated
8 years ago
-
Suggestion:
- Use Sass in every project
- Adoption of the Sass guidelines by Hugo Giraudel (http://sass-guidelin.es/#too-long-didnt-read)
- Add [grunt-scss-lint](https://github.com/ahmednuaman/grunt-s…
-
Grunt has a very slow building process. Gulp should replace Grunt as the recommended method for building static assets.
This would also be a good time to decouple PHP calls from the nodejs build proc…