Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

tailwind css prefix

//The prefix option allows you to add a custom prefix to all of Tailwind’s generated utility classes.
//This can be really useful when layering Tailwind on top of existing CSS where there might be naming conflicts.

//For example, you could add a tw- prefix by setting the prefix option like so:

module.exports = {
  prefix: 'tw-',
}
Comment

PREVIOUS NEXT
Code Example
Javascript :: nativescript vue back button handler 
Javascript :: telegraf js sendmessage 
Javascript :: jquery get id value 
Javascript :: #react native shadow 
Javascript :: update heroku 
Javascript :: js array value that appears odd number of times 
Javascript :: mongoose string index 
Javascript :: rollup is not inlining core-js 
Javascript :: jasmine check if service was called only once 
Javascript :: javascript getPersons error 
Javascript :: how to focus icon of active screen react native 
Javascript :: jquery set multiple css properties 
Javascript :: http get request in javascript 
Javascript :: how to get all items in localstorage 
Javascript :: remove value from array javascript 
Javascript :: Convert JS date time to SQLSERVER datetime 
Javascript :: codewars js Get the Middle Character 
Javascript :: Node Sass version 5.0.0 is incompatible with ^4.0.0. 
Javascript :: js how to know if element touch border 
Javascript :: externalCodeSetup.navigationApi.replaceScreenComponent 
Javascript :: js switch case 
Javascript :: jquery add event listener to ckeditor 
Javascript :: font awesome shopping cart icon 
Javascript :: email regular expression 
Javascript :: React setup for handling UI. 
Javascript :: launch.json for debug vuejs in vcsode 
Javascript :: js check if object has property 
Javascript :: check truthy or falsy javascript 
Javascript :: ng serve without reload 
Javascript :: ecampus kgisl, kgcas, kgisl 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =