-
https://en.bem.info/
sample: https://github.com/google/material-design-lite/blob/master/src/card/_card.scss
-
The core layouts module isn't very useful without a wide variety of layouts to choose from. The Radix team has built a nice suite of responsive layouts, available here: https://github.com/backdrop-con…
-
**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…
-
Add rule to verify name format of selectors.
Please see the original issue for more information and discussion #17
-
I have recently been comparing themes. The variation I found in page type and area names is absolutely insane. Lack of standardisation makes it harder to switch between themes and leads sites into dea…
-
> Have you ever been faced with a code base that has been touched by a dozen or more developers all writing code, and as much as you want it to be modular it just isn't?
I think this would be strong…
-
According to https://github.com/juanfran/gulp-scss-lint/issues/51#issuecomment-142983831 it seems there is an issue in the way command line are handled in scss-lint.
Here is the command line input:
`…
-
I'm not sure that naming every component `index.jsx` is the best idea, curious to hear your rationale.
In some parts of the React community, the generally accepted naming convention for component fil…
-
I'm using postcss-bem-linter in my webpack configuration and everything is working find, defining blocks and all, until I define utilities:
``` css
/** @define utilities */
.MicrosoftMap .MapPushpin…
-
## Goals
- To allow easy customisation of our elements
- While following a convention that was made for components/widgets/blocks
What do you think?