-
With the latest postcss, it is possible (and quickly becoming common) to use a custom syntax to parse non-css files.
This means via the postcss cli and other "pure" integrations (source -> postcss …
-
Class names in which the name contains the words left or right are translated in the following manner:
Input:
```
.arrowLeft {
margin-right: -3px;
}
```
Output:
```
[dir=ltr] :export …
-
Hi!
Woud it be possible to process CSS-in-JS in Lit components with this? As for an example, I am thinking doing something like
```
module.exports = {
syntax: 'postcss-lit',
plugins: {
…
-
In 3.1.2 docs example works, imports in js return correct objects.
```js
postcss({
modules: true
})
```
In 3.1.3 same code imports return `undefined`. From https://github.com/egoist/rollup…
-
I'm not sure if this is a bug. I've got a tsdx uikit project with tailwindcss 3.2.6 "postcss": "^8.4.14" and "autoprefixer": "^10.4.13". I also have storybook in my project. The problem is that all ta…
-
### Environment
- Operating System: `Linux`
- Node Version: `v16.14.2`
- Nuxt Version: `3.3.1`
- Nitro Version: `2.3.1`
- Package Manager: `npm@7.17.0`
- Builder: `vite`
- …
-
@developit requested a review. Here you are:
# General
## Best practices?
In the mail you claimed:
> The tests show if and how a tool allows web developers to follow certain best practices…
sokra updated
4 years ago
-
The current behaviour of the rollup plugin is to extract styles to a css file and then remove it from the js. This means the consumer has to manually import the js and css separately.
Sometimes (es…
-
`pnpm waku dev` or `pnpm waku dev --with-ssr` - looks like a problem in ViteJS:
```
"@mui/material": "^5.15.6",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"vite": "^5.0.12",
…
-
**FEATURE REQUEST**
Lets say i write ui library package.
I can define some variables (colors etc) for my theme and import values in all components.
Someone else want to use my library.
But he …
dm-de updated
3 years ago