You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of the listed competing solutions, two are essentially runtime solutions in JS (CSS in JS and inline styles) and two are available to be handled by generic build tools (css + postcss and sass).
Should cross-language be a concern?
The text was updated successfully, but these errors were encountered:
I think that JavaScript is the goal, because that's where the components we're talking about are being implemented. We're talking about a solution for React / Angular / etc. here.
Anything that's handled by generic build tools (e.g. css-modules) implies opinions about the build process, which rules it out (see #3)
Of the listed competing solutions, two are essentially runtime solutions in JS (CSS in JS and inline styles) and two are available to be handled by generic build tools (css + postcss and sass).
Should cross-language be a concern?
The text was updated successfully, but these errors were encountered: