Hubert SABLONNIÈRE
Hubert SABLONNIÈRE
* Can we find/create a font-size simulator for storybook? * Why pixels in button, inputs... ? * What about 3px instead of 0.2rem for focus-rings? * What about px for...
It was brought to my attention that stylelint handles CSS in template literals. This means our custom ESLint rule for to sort CSS declarations in JavaScript LitElement component files is...
https://github.com/asyncLiz/rollup-plugin-minify-html-literals
* Replicate what we did on tags with grid and superposition * We only need it for multi * We may want to try to display the lines * Can...
* Maybe we could move our mixing to controllers * Maybe we could use some refs * Try the react wrapper stuff * Use Lit labs motion (animation) https://lit.dev/docs/releases/upgrade/ TODO:...
DRAFT (needs to be written in full details) We do this in components that handle form controls/inputs * public prop foo * private prop _foo * update foo => _foo...
* remove padding in docs mode * remove shadow in docs mode * maybe reduce shadom in canvas (0.2em looks fine)
Fixes #199
## Context All components are organized in folders that have some kind of meaning. It can be semantic: `atoms` or related to the domain: `env-vars`. ## Problems * Finding the...