“Wiatr w kątowym” Kod odpowiedzi

Dodaj Tailwindcss do kątowych

npx tailwindcss init
Bright Badger

Wiatr w kątowym

npm install -D tailwindcss
#or yarn
yarn add tailwindcss -D
Pleasant Puffin

Wiatr w kątowym

module.exports = {
    mode: 'jit',
    purge: {
      enabled: true,
      content: ['./src/**/*.{html,ts}']
}
}
Pleasant Puffin

Wiatr w kątowym

@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
Pleasant Puffin

Wiatr w kątowym

module.exports = {
    mode: 'jit',
    purge: [
      // ...
    ]
    // ...
}
Pleasant Puffin

Odpowiedzi podobne do “Wiatr w kątowym”

Pytania podobne do “Wiatr w kątowym”

Więcej pokrewnych odpowiedzi na “Wiatr w kątowym” w JavaScript

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu