-
I just went through our existing docs to try to figure out how a new developer who is looking to do a JS/CSS PR could get started. And it's a complete useless non-sense. There's bits of information sp…
-
We take (at least) two approaches to allowing clients to override markup. We've broken several of our templates into sub-templates ("partials" in rails-speak), meaning that client agencies need to kno…
-
Say you have `.block___elem` and a `.block--expanded` modifier. In BEM, to affect the elements with the block modifier:
``` css
.block--expanded .block__elem {
width: 100%
}
```
How are you suppos…
-
https://assignment-2-livid.vercel.app/
-
What version of Sass Lint are you using?
1.9.1
Please include any relevant parts of your configuration
My config file
````yaml
options:
formatter: stylish
files:
include: '**/*.s+(a|c)ss…
-
Generator should scaffold [grunt-scss-lint](https://github.com/ahmednuaman/grunt-scss-lint) to QA task(s). Ruleset needs to be defined beforehand.
-
e.g. LGTM, :+1: , \o/, etc...
-
## Summary
As a community project I believe it would be useful to develop a set of best practices in an attempt to improve the quality, consistency and ease of working with Sufia's font-end code. Thi…
-
# Problem
We want to standardize our stylesheets using [BEM](http://getbem.com/introduction/). This is a master issue to track all needed refactoring.
The lists below correspond to stylesheets. …
-