Difference between revisions of "Migrating to tailwindcss css norms"
Jump to navigation
Jump to search
Eric.seigne (talk | contribs) (Created page with "{| class="wikitable" |+ Légende ! classe CSS dolibarr !! classe CSS tailwindcss |- | centpercent || w-full |}") Tag: 2017 source edit |
Eric.seigne (talk | contribs) Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
+ | Here is a tool for developpers who want to migrate to tailwindcss name norms class | ||
+ | |||
{| class="wikitable" | {| class="wikitable" | ||
− | |+ | + | |+ Table dolibarr -> tailwindcss |
! classe CSS dolibarr !! classe CSS tailwindcss | ! classe CSS dolibarr !! classe CSS tailwindcss | ||
|- | |- | ||
| centpercent || w-full | | centpercent || w-full | ||
+ | | opacitymedium || opacity-50 | ||
|} | |} |
Revision as of 13:45, 7 June 2024
Here is a tool for developpers who want to migrate to tailwindcss name norms class
classe CSS dolibarr | classe CSS tailwindcss | ||
---|---|---|---|
centpercent | w-full | opacitymedium | opacity-50 |