Open bpetetot opened 7 years ago
why we didn't use CSS at first ?
with css-in-js
we could avoid both concerns.
with postcss, I have the feeling that only the first one is resolved.
with css-modules, the second one is also resolve. no ?
we still could use :global or use a lib that use :global
postcss can inject css into
<style>
(if you put theextract: false
) like glamor postcss could also bring css-modules, autoprefixer, nano, variables, imports, if we want...Moreover with postcss we could add sass as preprocessor and consequently we could use (and improve) Kriya as main UI library.
@fabienjuif what do you think about that ?