-
With HTML5, we can have headings embeded in sectioning elements (section, article, aside, nav). It helps reuse HTML blocks created by CMS for example.
When a heading gets deeper embeded, I think it s…
-
i know i must be missing something basic so please forgive me ... suffice it to say i'm confused as to how to get Bootflat working with a site that is using Bootstrap 3 ...
e.g., in the Bootflat ge…
-
I was wondering how you would suggest building forms with this framework. It doesn't seem that many classes are provided for laying them out, although I imagine the grids system could be used for form…
-
So here's what I'm thinking so far:
- **Modules**: BEM-style, independent, (usually) app-specific but reusable.
- **Traits**: Global, reusable, framework-level stuff. E.g. grids, typography. Equivalen…
-
it would be nice to have an option to enable using border-box as an alternative box model.
I think it would result in cleaner and less CSS.
-
Add background-stuff @Dietr can you describe this further?
xavez updated
10 years ago
-
Sass implemented placeholder selectors that render only when extended. Would be nice to see this in Stylus as well.
ex:
``` sass
%foo
width: 100px
%bar
height: 100px
.baz
@extend %foo
```
c…
-
This:
```
@extend %form__field !optional;
```
yields:
```
All uses of placeholder `%form__field` should be written in lowercase as `%form--field`
```
This is valid Block Element syntax in [BEM CSS…
-
As a criticism of the documentation here: http://operatino.github.io/MCSS/en/
it starts by telling me some ideological underpinnings. So it's like OOCSS (assuming I know about OOCSS). Then it says it…
-
Hi,
I followed the new setup instructions https://github.com/stubbornella/oocss/tree/master/oocss#setting-up-your-dev-environment
Everytime I launch the "oocss/start/win-start.bat" the virtual box …