Migrating to tailwindcss css norms
Jump to navigation
Jump to search
Here is a tool for developpers who want to migrate to tailwindcss name norms class
classe CSS dolibarr | implémentation CSS | classe CSS tailwindcss |
---|---|---|
centpercent | width: 100% | w-full |
opacitymedium | opacity: 0.5 | opacity-50 |
left | text-align: left | text-left |
right | text-align: right | text-right |
nowrap | white-space: nowrap | whitespace-nowrap |
hidden | display: none | hidden |
hiddenimp | display: none !important | !hidden |
trgroup | border-bottom: 1px solid #aaa | border-b-1 border-solid border-slate-400 |
More details to become