babel-plugin-styled-components icon indicating copy to clipboard operation
babel-plugin-styled-components copied to clipboard

Improve the debugging experience and add server-side rendering support to styled-components

Results 95 babel-plugin-styled-components issues
Sort by recently updated
recently updated
newest added

The documentation suggests: ` this setting is handy when you are working with micro frontends where class name collision can occur` It suggests that this feature would replace this such...

I was looking for a way to initialize a styled component with a given pseudo-class active, mainly to run visual regression tests on a storybook. There's a similar plugin developed...

After installing `babel-plugin-styled-components` package in a React Native project, and having `plugins: ['babel-plugin-styled-components'],` in the Babel config, the `css` prop still does not work. Please make this possible. Thanks!

Ince all css preprocessors are static, they do their job during compilation time, and in fact, if they are executed by babel BEFORE the data is passed to styled-components, then...

When using https://github.com/contra/react-responsive in next.js server side generated page (getServerSideProps), some components get the className wrong this is the code (reduced for simplicity) ```jsx something here another thing here yadda...

When using multiple instances of styled-components on the same page from different deployments, there is a possibility that static classname(starting sc-) can be duplicated between instances causing unintentional styling in...

I use the great plugin and see this 2 exists options for the components class name: `displayName: true/false - give the option to see in the class the file name...

Hello there. Accidentally encountered an issue with spreading an object into css prop Like in [polished](https://polished.js.org/docs/#fluidrange) ```jsx hi ``` This error ocurred ``` TypeError: Property expression of JSXExpressionContainer expected node...

bug
help wanted

We should add support for source mapping, similar to https://github.com/zeit/styled-jsx/pull/34/files What do you think, is that feasible?

I'm seeing neither the component nor filename in the css classes in my project using SSR with renderToNodeStream regardless of the options I pass to the plugin. I am using...