-
I think `svelte-markdoc` doesn't work with the latest SvelteKit. Check the setup and error below:
```
// package.json:
{
"name": "markdoc-demo",
"version": "0.0.1",
"scripts": {
"d…
-
### Is this a bug report?
Yes
### Can you also reproduce the problem with npm 4.x?
Yes
### Which terms did you search for in User Guide?
enum, npm, import
### Environment
##### here is …
-
I ejected my create-react-app in order to use css modules. My webpack.config.dev.js looks like this now (below). I have added
```
{
test: /\.css$/,
use: [
…
-
I have this media query:
```
@media not all and (hover: none) {
scrollbar-width: none;
}
```
It returns `TypeError: Cannot read property 'selector' of…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
Hi. I'm using sl-vue-tree, installed by npm. (1.8.4 version) And thanks for your component.
As I write below in main.js, webpack build error occured.
```
import Vue from 'vue'
import 'babel-po…
-
### Link to the code that reproduces this issue
https://github.com/nadir/create-next-app-no-autoprefixer
### To Reproduce
1. Run `npx create-next-app@latest my-next-app` and select tailwind
…
-
Hello,
Right now, I'm running postcss first, then clean-css-cli on its result, and using a map file which inlines sources, I manage to trace which files/lines each rule comes from in Chrome dev too…
-
Today I was reviewing pull requests from dependabot, and I'm not sure that we're actually using the dependencies that the bot is updating. This is especially true of the dev dependencies, but I think …
-
Hi. I have [some controls](https://github.com/bravecow/mapbox-gl-controls) for personal usage.
What I like about them:
1. [each control have separate directory with js + css + icons](https://github.…