update eslint and prettier
This commit is contained in:
parent
73fdec95ef
commit
060f413336
8 changed files with 260 additions and 377 deletions
|
|
@ -10,13 +10,13 @@ daisyUI 5 config docs: https://daisyui.com/docs/config/
|
|||
daisyUI without config:
|
||||
|
||||
```css
|
||||
@plugin "daisyui";
|
||||
@plugin 'daisyui';
|
||||
```
|
||||
|
||||
daisyUI config with `light` theme only:
|
||||
|
||||
```css
|
||||
@plugin "daisyui" {
|
||||
@plugin 'daisyui' {
|
||||
themes: light --default;
|
||||
}
|
||||
```
|
||||
|
|
@ -24,7 +24,7 @@ daisyUI config with `light` theme only:
|
|||
daisyUI with all the default configs:
|
||||
|
||||
```css
|
||||
@plugin "daisyui" {
|
||||
@plugin 'daisyui' {
|
||||
themes:
|
||||
light --default,
|
||||
dark --prefersdark;
|
||||
|
|
@ -42,7 +42,7 @@ All the other themes are enabled and can be used by adding `data-theme="THEME_NA
|
|||
root scrollbar gutter is excluded. `daisy-` prefix is used for all daisyUI classes and console.log is disabled
|
||||
|
||||
```css
|
||||
@plugin "daisyui" {
|
||||
@plugin 'daisyui' {
|
||||
themes:
|
||||
light,
|
||||
dark,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue