Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

vue cli tailwind config

module.exports = {
  // purge: [],
  purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
  darkMode: false, // or 'media' or 'class'
  theme: {
    extend: {},
  },
  variants: {
    extend: {},
  },
  plugins: [
    require('@tailwindcss/forms'),
  ],
}
Comment

PREVIOUS NEXT
Code Example
Javascript :: javascript Display a Text Once After 3 Second 
Javascript :: Expresion regular para validar Dirección URL 
Javascript :: Return a Sorted Array Without Changing the Original Array 
Javascript :: Create a Counter Object or Map in javascript 
Javascript :: math.floor javascript 
Javascript :: mongoose mongodb updateone 
Javascript :: ways of defining object js 
Javascript :: countdown recursion javascript 
Javascript :: javascript async await not waiting 
Javascript :: $(...).editableSelect is not a function 
Javascript :: check if user is streaming discord js 
Javascript :: javascript global function 
Javascript :: Algorithm used by strapi for password 
Javascript :: how to add a message sound in angular 
Javascript :: jquery autocomplete search 
Javascript :: .reduce javascript 
Javascript :: js.l16 
Javascript :: regex validate wallet eth 
Javascript :: convert div to pdf javascript 
Javascript :: password validation regex 
Javascript :: javascript desktop app 
Javascript :: javascript only allow numbers 
Javascript :: visual studio node.js cleint missing intents error 
Javascript :: regular expression email 
Javascript :: intellij debugger export object as json 
Javascript :: comparare due array di numeri javascript 
Javascript :: angular two way binding 
Javascript :: what is console in javascript 
Javascript :: json returning object object 
Javascript :: $_GET data using javascript 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =