Gunnar Bittersmann: Formatierung im Grid

Beitrag lesen

@@Rolf B

Schreibt man:

.foo {
   width: 1000%; // Be really wiiide
   height: 47%;
   color: blue;
}

dann macht der Sass-Compiler daraus

.foo {
   width: 1000%;
   height: 47%;
   color: blue;
}

😜

LLAP 🖖

--
“When UX doesn’t consider all users, shouldn’t it be known as ‘Some User Experience’ or... SUX? #a11y” —Billy Gregory