-
**Issue by [kneczaj](https://github.com/kneczaj)**
_Thursday May 22, 2014 at 13:04 GMT_
_Originally opened as https://github.com/jirikuncar/invenio/issues/263_
---
| Revision | Date | Author |
| --…
-
I know documentation is coming on this, but maybe you can point me the right direction of existing documentation on csswizardry.com? This side of inuit at the minute is confusing as hell without any d…
-
Because this packages is still somewhat young, might be worth to define some naming convention. Well, at least for the CSS classes. If it works out well, we could also start using it for other package…
-
this is a valid class (using character escaping)
``` css
#home .\[page\] {
}
```
specificity should be 0,1,1,0 (one id and one class). But it's being reported as 0,1,2,0 which makes me think it is …
-
Javascript is the quickest programming language to see results. It doesn't need compiling. It is immediately accessible for anyone who doesn't code to start learning. Over the last 6 years it has gone…
-
Hi, thanks for the great library!
I know that the current docs state that any bottom margins should be handled by CSS, however I'm having some difficulty making this square with OOCSS/BEM CSS methodo…
-
From @alademann in #15:
> Modular (BEM/OOCSS) Hierarchy
> - `@module` - define a file as a module.
> - `@base` - define a class/id as a "base" class/id for a module.
> - `@element` - define a c…
-
Is it possible to setup or use two different grids on one page? Or Switch off gutters on a row by row basis?
I.e. To declare two different grids with their own gutter and column settings and then use…
-
What is the method to use for a different coloured button? I would have thought that buttons would be components instead of objects?
If we seperate our styled and non-styled CSS. We would have an .sc…
-
Ultimamente eu tenho estudado sobre CSS eficiente, estou lendo o livro da casa do código e tenho ficado muito na dúvida de qual desses estilos adotar, qual o melhor jeito de escrever e organizar os ar…