Search
 
SCRIPT & CODE EXAMPLE
 

CSS

class sorting in tailwindcss

yarn add -D prettier  prettier-plugin-tailwindcss
Comment

tailwindcss class order

<!-- Before -->
<button class="text-white px-4 sm:px-8 py-2 sm:py-3 bg-sky-700 hover:bg-sky-800">...</button>

<!-- After -->
<button class="bg-sky-700 px-4 py-2 text-white hover:bg-sky-800 sm:px-8 sm:py-3">...</button>
Comment

PREVIOUS NEXT
Code Example
Css :: ipad css media query 
Css :: how to allow text to be copied in an input element ionic 
Css :: Use pkg_* Tools To Manage Packages 
Css :: easyui datagrid header font size 
Css :: alinhar componentes css 
Css :: use clamp in scss 
Css :: change your cursor 
Css :: css disabled option 
Css :: tailwind simle navbar" 
Css :: elemento SPAN 
Css :: scale css 
Css :: make a half ciricle with div 
Css :: i need show the message for when we are clicking routing page in anularjs 
Css :: how to write css 
Css :: html how to ensure that the header always on top 
Css :: scss transition mixin 
Css :: css background image not showing vscode 
Typescript :: vite change the server port 
Typescript :: mat-select change event 
Typescript :: npm uninstall all 
Typescript :: conditional style angular 
Typescript :: typescript type of children 
Typescript :: button center mui 
Typescript :: yarn.ps1 cannot be loaded because running scripts is disabled on this system. 
Typescript :: dataframe value counts sort 
Typescript :: yarn run test yarn run v1.22.17 error Command "test" not found. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. 
Typescript :: adonis identify method 
Typescript :: ng.ps1 cannot be loaded because running scripts is disabled on this system vscode 
Typescript :: get number of objects in enum c++ 
Typescript :: ionic pasword visible inside ion-input 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =