-
Hello! Thanks for this awesome plugin. I found that the property [`container-type`](https://developer.mozilla.org/en-US/docs/Web/CSS/container-type) isn't known in the plugin, and the README file [say…
-
### Description
Variables in code comments should also be grey (the color of all commented code). Right now they're white.
### Code sample
```js
const Foo = styled.div`
& > div {
…
-
**Current behavior:**
If you style already existing styled component, it will lose all styles that base component received via CSS selectors with nested components.
**To reproduce:**
```jsx
…
-
### What version of daisyUI are you using?
v4.7.2
### Which browsers are you seeing the problem on?
Chrome
### Reproduction URL
https://play.tailwindcss.com/Q8tDkINpUK
### Describe y…
-
# Project Status Overview
### Project Objective:
- We would like to utilize Design Tokens for typography within the App. Many aspects of typography and spacing is handled by default by the browser …
-
When I use React Dev tools and I'm trying to find my component source
![image](https://user-images.githubusercontent.com/7717033/121788929-3c4e3700-cbda-11eb-9341-ba35c5170f27.png)
It always point…
-
https://chenmooooooo.github.io/myblogs/#/
A magical implementation of tailwind-like classnames into styled-components. Styled-wind is a CSS-in-JS library, written on top of styled-components. It in…
-
StyledComponents load with delay in production mode
link below will help to solve this problem:
- https://github.com/vercel/next.js/blob/canary/examples/with-styled-components
-
Unless I'm doing something wrong, the no-raw-text rule doesn't seem to work when using styled-components. This makes it largely useless I think? Would be nice to be able to use this rule but not sure …
-
When using stylelint-custom-processor-loader with styled-components, the `syntax` parameter needs to be set to `scss`, otherwise some language features will not work (such as inline comments, see styl…