-
We currently use a variation of BEM based on this [gist](https://gist.github.com/necolas/1309546) by @necolas, but should move to something more formal like [SUIT CSS](http://suitcss.github.io/). The …
-
I read the SUIT [preprocessor is going to be deprecated](https://github.com/suitcss/preprocessor/issues/10) in favor of cssnext (or something else), and am curious to know the status of the framework …
-
What about setting class names ?
We use methodology like bem, smacss etc.
So it good to change class name like `ms-section`, `ms-left` etc
-
RSCSS
Reasonable Stardard\* for CSS Stylesheet Structure.
https://github.com/rstacruz/rscss
-
> Custom properties are ordinary properties, so they can be declared on any element, are resolved with the normal inheritance and cascade rules, can be made conditional with @media and other condition…
-
I posted this to the grunt repo, but it actually belongs here.
Original: https://github.com/Se7enSky/grunt-group-css-media-queries/issues/3
I have the following css:
```
@media (min-width: 992px) {…
-
Hi,
It seems like _duplicateCheck_ is a bit buggy.
I get a warning for the following code:
``` css
.foo {
.bar {
color: red;
}
}
```
> Warning: duplicate property or selector, consider mer…
-
First paragraph of Front End block on the profile page, "BEM mOEthodology" instead of "BEM mEthodology".
-
They use BEM methodology as well. Will be nice, if we could build them too - https://github.com/mlarcher/docssa
-
I would like to ban styling by tag-based selectors in these pod-based `styles.css` files. For example, this would not be valid:
``` css
h3 {
color: red;
}
```
You would be required to chain a clas…
ebryn updated
9 years ago