Closed surendharnagarajan closed 6 months ago
When I want to convert a website using tailwind CSS to a block, I face an issue. That is when using w-1/2, it changes to w-1-2, resulting in changes to the website. Can you tell me how to fix this?
Using Page Builder:
Actual Section:
$pagebuilder = new PageBuilder(); $pagebuilder->customScripts('head', view('pagebuilder.custom_scripts')->render());
// pagebuilder.custom_scripts
Thank you 👍 :)
When I want to convert a website using tailwind CSS to a block, I face an issue. That is when using w-1/2, it changes to w-1-2, resulting in changes to the website. Can you tell me how to fix this?
Using Page Builder:
Actual Section: