Stefanie L.

Results 19 comments of Stefanie L.

Thanks for merging it in!

Happy I found this post. Thanks to @lbragile it also started working for me. Here is my setup: package.json ``` "scripts": { "lint:css": "npx stylelint 'src/**/*.ts'", } "devDependencies": { "postcss-scss":...

> [#3607 (comment)](https://github.com/styled-components/styled-components/issues/3607#issuecomment-1000937952) Works for me! However, I am getting some issue on Windows in vscode extension :( . I created a defect [here](https://github.com/stylelint/vscode-stylelint/issues/380). I hope it gets resolved soon....

Absolutely understandable! I'm hesitant to run all vendor packages through babel though. I think it would cause too many side effects. But we might have to re-evaluate if we need...

ya it helped and also I actually switched from Uglify to Terser since uglify can't do es6! Feel free to close this. :) And thanks again!

Seeing the same thing. `Uncaught DOMException: Operation is not supported.` Happens at `value:function(){this.shadow=this.attachShadow({mode:"open"})` Works fine in 2.4.2. Would be great to get this fixed seeing that it's around for some...

ah ya that's definitely causing the error of issue #79 . Would be great to re-add, please.

Just ran into this issue with version 5.1.0. Locally it seem fine. However running with circle ci i get the error: ``` Error: Command failed: /bin/sh -c autoreconf -ivf /bin/sh:...

i'd like to do this too. but would like to add a `data-` attribute.

Just ran into the same issue. running node 6.4. Did it solve the issue with the node update?