“Rückenwind in Winkel” Code-Antworten

Fügen Sie Rückenwind zu Angular hinzu

npx tailwindcss init
Bright Badger

Rückenwind in Winkel

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

Rückenwind in Winkel

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

Rückenwind in Winkel

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

Rückenwind in Winkel

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

Ähnliche Antworten wie “Rückenwind in Winkel”

Fragen ähnlich wie “Rückenwind in Winkel”

Weitere verwandte Antworten zu “Rückenwind in Winkel” auf JavaScript

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen