Giuseppe
Giuseppe
Hi @rafaelrinaldi I've been fiddling with the `atomify` idea as well – needless to say that I am excited to see a repo and someone else trying to do something...
@jareware exactly, a mix of that point and `all: initial`. With a naming convention like BEM or SUIT specificity shouldn't be a big issue until you use 3rd parties code...
@johanholmerin there are some (unrelated?) linter errors, do unit tests pass? If you don't have time or want to fix the linter errors I'll try to do that when I...
Hi there, thanks for all the kind words! Indeed some of the ideas behind DSS come from the fact that I use CSS Modules at work and I could experience...
uhm can you make a PR with a failing test to https://github.com/giuseppeg/babel-plugin-classnames ?
I would prefer not to introduce any magic plugin that works with different ways of using class names. The only way should be you import `dss-classnames` and use it either...
🔥awesome! Yes I know that writing long form properties is a bit painful and as you also said I am going to fix that. Regarding the `classNames` helper, in DSS...
cool thanks for sharing your project!! I'll take a look when I am back from my vacation since I agree that such a plugin/codemod would reduce friction.
having to include the .js extension in the imports is a breaking change
@jaydenseric sorry I meant that by default the docs should mention `import css from 'styled-jsx/css'` instead of `import css from 'styled-jsx/css.js'`. This is browser code (except for styled-jsx/server) not Node.js...