Mobile-first means writing your base styles for the smallest screen, then adding complexity for larger screens with min-width media queries — rather than starting at desktop and stripping things away.
Mobile-first in practice
{ : grid; : ; }
(: ) {
{ : fr fr; }
}
(: ) {
{ : fr fr fr; }
}
