-
## BrooklynJS Talk Submission
**Talk Title:**
CSS styling with React/Redux
**Talk Description:**
CSS styling with React is a hot mess. Let’s discuss! OOCSS vs. BEM vs. inline CSS vs. React sty…
-
Input:
```css
@media screen and (min-width: 480px) {
:root {
--color: blue;
}
body {
background: var(--color);
}
}
```
Expected:
```css
@media …
-
- [x] 請研究 DOCTYPE 的意義
- [x] 習慣上會叫做index.html,github的gh-pages也可以用
- [x] header內少了很多東西,請補上
- [x] 請使用reset.css or normalize.css
- [x] .sitebody意義不明,請參考bootstrap的container用法(不是使用bootstrap)
https://ge…
-
Not until v4, because the rewrite will mean that everyone's config files will break; so I'd like to avoid making people rewrite these things too much. But I'd like to provide the option to do this; ei…
-
I have been thinking that it maybe worthwhile considering a ground up approach to our templating scheme, putting in place everything we have learned over the years. While this may not be a big revelat…
-
labels: PJ, Júnior, CLT
## Descrição da vaga
Estamos à procura de um profissional com grande entusiasmo, vontade de aprender e crescer profissionalmente. Responsabilidade e engajamento para so…
-
[Brought up](https://chat.indieweb.org/microformats/2018-03-20/1521562339324200) by @sknebel:
> `h------`
This [looks to me to be valid](https://chat.indieweb.org/microformats/2018-03-20/1521562…
-
## This SCSS
``` scss
@mixin float-left
{
float: left;
}
@mixin another-float-left
{
float: left;
}
@mixin float-none
{
float: none;
}
.f
{
@include float-left;
@include anothe…
-
Há um tempinho atrás, encontrei um layout de um fan site de Secret of Mana no Dribbble. Como estou iniciando no mundo front end, resolvi tentar reproduzir o mesmo.
Gostaria de opiniões a respeito…
-
I'm familiar with Bourbon + Bitters, but that's about as far as I've gotten on the topic.