ademilter / ademilter/bricklayer

Small mistake in wiki page

Aperta
#22 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
TypeScript
Stelle
2.4k
Fork
116
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

In the [quick start](https://github.com/ademilter/bricklayer/wiki/Quick-Start) page, there's an example that shows the following CSS:

```
@media screen and (min-width: 1200px) {
...
}
@media screen and (min-width: 768px) {
...
}
```

The order of these two rules should be reversed. The way it is now, a page with width > 1200 will actually use the 768 rule because it will overwrite the other one because it's defined later.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.