This guy flex’s
-
-
- Kraj razgovora
Novi razgovor -
-
-
Tweet je nedostupan.
-
-
-
TIL that there’s a ch measurement

-
Ex units are also underused. button { padding: 1.5ex. 2ch; }
- Još 1 odgovor
Novi razgovor -
-
-
The quality of tweets on my timeline is only getting better and better by the day
- Još 1 odgovor
Novi razgovor -
-
-
@argyleink I noticed you are using postcss-preset-env .... instead of sass? Why? Ty!
-
I'll answer with a hypothetical question! hehe I see you use Babel instead of Coffeescript? Why? The reasons for postcss-preset-env are the same for Babel over a JS flavor. tldr; It's arguably not a flavor and won't deteriorate as fast
- Još 1 odgovor
Novi razgovor -
Čini se da učitavanje traje već neko vrijeme.
Twitter je možda preopterećen ili ima kratkotrajnih poteškoća u radu. Pokušajte ponovno ili potražite dodatne informacije u odjeljku Status Twittera.


css`
form {
display: flex;
flex-wrap: wrap;
& > input {
flex: 1 1 10ch;
margin: .5rem;
&[type="email"] {
flex: 3 1 30ch;
}
}
}
`
view source on Codepen