Skip to content

Commit

Permalink
add some TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
lunelson committed Jan 22, 2019
1 parent 253542e commit ae9cd73
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions assets/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,33 @@ homework/
[m__]peel(-left)-right -> peel-from-left
[m__]peel(-left)-left -> peel-from-left

## new CSS

- check out css containment
https://blogs.igalia.com/mrego/2019/01/11/an-introduction-to-css-containment/

## font and trim, v stack

This should be the new way

.plain-ml
p,h1,h2

.stack.trim
p.f-sans-m
p.f-sans-s
p.f-sans-xs

f-[family]-[size]
&.lh-loose/-tight
fw-[weight]
fs-[style]

## reset

consider adding this as peerDep, to reduce noise
https://github.com/nicolas-cusan/destyle.css/blob/master/Readme.md

## renames
column-count (not 'grid-columns')

Expand Down

0 comments on commit ae9cd73

Please sign in to comment.