Visual tools for front-end developers
Explore Our Tailwind CSS or Bootstrap Browser Extensions
<div class="relative isolate px-6 pt-14 lg:px-8">
<div class="mx-auto max-w-2xl pt-28 pb-24">
<div class="text-center">
<h1 class="text-4xl font-medium">
Awesom visual tools for front-end developers
</h1>
</div>
</div>
</div>
Smart visual tools for
front-end developers
Find out more content in our Blog
View all posts ยปFrequently Asked Questions
Is your question not listed here? You can reach out via the support email listed on the extension pages or through any of my social media profiles.
Does Gimli Tailwind support my custom configuration?
Gimli Tailwind will try to use existing utility classes on the page, so if those are custom, those will work. However, applying non-existing custom classes will not work. It will just give you new default classes. I plan to let the user copy-paste their config in a future version.
What happened to the Visual Studio Code extension?
Although the Kickstarter campaign did not succeed, interest in the VS Code extension persists. The version showcased in the Kickstarter will not be developed further. Post-campaign, I did some work on it but realized the extensive effort required to make it production-ready. Currently, I lack the necessary time to continue. More details can be found under the 'About' section.
When will the playground be released?
I'm aiming for a release of the playground in early 2025.
Does the extensions support different versions of TailwindCSS and Bootstrap?
Originally, Gimli Tailwind would regenerate the entire CSS for a page, which sometimes caused compatibility issues. Now, the extensions only modify the sections you're actively editing, reducing compatibility problems with TailwindCSS. For Bootstrap, be aware that significant changes between versions can still cause issues, especially with older major versions.