-
I found 418 and 423 hydrating errors on my site build so I tested it on a fresh install in order to start adding components and find the issue. But i found the same issue on the default install.
Ho…
-
If we leave cssnano plugin as is, it will use it's own autoprefixer plugin which:
> Removes unnecessary prefixes based on the browsers option. Note that by default, it will not add new prefixes to …
-
Hi
I am currently ran into that problem that I run "yarn run start". The page is coming up and after I change something in the code and vite is supposed to refresh the browser page nothing happens…
-
### Describe the bug
when I init
---
✔ Preflight checks.
✔ Verifying framework. Found Vite.
✔ Validating Tailwind CSS.
✔ Validating import alias.
Something went wrong. Please check the error…
-
### Current Behavior
Webpack creates css file and css.map in dist folder. However JS don`t see styles in runtime.
![image](https://user-images.githubusercontent.com/26743903/87224791-c79ec700-c390-1…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I've tried with a bunch of configurations, and none seem to be working:
#### 1. In `--use` declaration
``` javascript
.plugin('css-modulesify', {
rootDir: __dirname,
output: `${dirs.dest.st…
-
when i realized that the newer media query syntax that uses the comparison operator like `@media (width < 500px)` isn't recognized on an older iphone, i decided to look into using `autoprefixer` so as…