-
I am using `tailwindcss version 3.2.6`
Here I am getting a error like this-
The `dark:` class does not exist. If `dark:` is a custom class, make sure it is defined within a `@layer` directive.
…
-
This is a follow up of https://github.com/vuejs/vue/issues/7740#issuecomment-371309357
### Rational
Problems with current scoped slot usage:
- Verbose if using ``
- Limited to one element/co…
-
**Description and reproduction of the issue**
My eslint configuration
```JSON
{
"root": true,
"ignorePatterns": ["!**/*"],
"plugins": ["@nrwl/nx"],
"overrides": [
{
"f…
-
### Current Behavior
No Style properties added to the element
### Expected Behavior
all properties from className should be added after component rendered:
It's my json:
```
export con…
-
### Problem description
Installed the [Indent-Blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim) plugin. Everything is working except the highlight groups are not working. I am u…
-
Are source maps supported, and if so to what degree? Blocks only, or full (including embedded HTML)?
-
I have a Quasar 2 Vue 3 page which includes other custom components. This is my template:
```
```
Using `3.0.0-alpha.10` `mount` runs into the following crash dump:
```
FAIL test/…
-
Seems wired if there're to top nav bars
![image](https://user-images.githubusercontent.com/110971964/199439114-26739ece-47c9-4c1b-8c25-67fefa1f62e8.png)
-
## Description
Panel plugins are built with Vue, but don't ship their own runtime. Instead, they're loaded into the Vue instance the Panel app itself is using. Because of this, Vue should be exte…
-
Using TypeScript 1.7.3.
Suppose I have the below npm packages.
The declaration files are generated by TypeScript compiler, and referred to from the other packages by means of the way described [here]…