-
Hi authors and contributors!
There is a runtime error occurs when using _reshadow_ with _Vuejs 3_ and its new [@vue/babel-plugin-jsx](https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plug…
-
Hi, would you consider adding Vite support ?
```js
19:52:32 [vite] vite.config.js changed, restarting server...
error when starting dev server:
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argum…
-
## CVE-2021-23382 - High Severity Vulnerability
Vulnerable Libraries - postcss-6.0.23.tgz, postcss-7.0.32.tgz, postcss-5.2.18.tgz
postcss-6.0.23.tgz
Tool for transforming styles with JS plugins
Li…
-
The Key issue is that sourcemaps for bundled minified sass files only works as expected if no custom transform methods are called.
First there maybe more then one item that is causing the issue, s…
-
https://github.com/sass-eyeglass/eyeglass
https://github.com/stylelint/stylelint
https://www.npmjs.com/package/gulp-postcss https://www.npmjs.com/package/postscss
http://cssnano.co/
http://cssnext.…
-
Hoping for some help if possible! After following readme.md instructions, I'm receiving the following error via terminal:
```
ERROR in ./node_modules/vue-loop/VueLoop.vue
Module parse failed: Unex…
-
Hello.
I have such files:
```js
// postcss.config.js
module.exports = {
plugins: [
require('postcss-import')({
root: `${__dirname}/assets/styles`
}),
require('postcss-simple-var…
-
## @marko-tags/context@v2.2.2
### Details
I want to share data across a parent tag and a nested tag but I have this error. Also with the [doc example](https://markojs.com/docs/state/#globalsubtr…
-
### Reproduction
```json
{
"name": "urband-nest-interiors",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build",
"dev": "remi…
-
Howdy! :wave:
I am currently working on a TailwindCSS/PostCSS project and I am using the `@tailwindcss/forms` plugin. Unfortunately, it applies an undesired color styling to my forms. The author's…