Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Shell :: Closed INTERNAL ERROR: cannot create temporary directory 
Shell :: password generator bash 
Shell :: tr unix use 
Shell :: delete lines text file linux 
Shell :: how to uncommit the last commit in git 
Shell :: copy directory 
Shell :: ubuntu port ping 
Shell :: chmod just directories 
Shell :: active ssh users in ubuntu 
Shell :: git change message specific commit 
Shell :: tree command 
Shell :: powershell script enable tls 1.2 
Shell :: bash if is symlink 
Shell :: grep without match 
Shell :: unattended-upgr 
Shell :: how to add git bash to context menu 
Shell :: getcomposer 
Shell :: cara install laravel 
Shell :: ssh for github 
Shell :: push particular commit in git 
Shell :: Installing Apache Tomcat on MacOS Mojave using Homebrew 
Shell :: kubectl get namespaces command 
Shell :: how to learn cuda version 
Shell :: gimp apt 
Shell :: bash split variable by delimiter 
Shell :: create dummy file windows 
Shell :: string to date in shell script 
Shell :: check pip library path ubuntu 
Shell :: how to check which shell 
Shell :: rust dockerfile 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =