Skip to content

Utility adapter to develop websites/apps in Webflow using TailwindCSS utility approach.

Notifications You must be signed in to change notification settings

alexiglesias93/webflow-tailwindcss

Repository files navigation

[Work In Progress] Webflow - TailwindCSS Adapter

Utility adapter to develop websites/apps in Webflow using TailwindCSS utility approach.

Current approach

Currently, this tool only generates a .css file containing all TailwindCSS's classes rewritten to Webflow's internal convention.

This allows importing the file in a project using an HTML Embed component and start using TailwindCSS classes right away in the Designer:

<link
  href="https://cdn.jsdelivr.net/gh/alexiglesias93/webflow-tailwindcss@master/webflow.css"
  rel="stylesheet"
  type="text/css"
/>

Why?

This current approach is intended only for projects that are meant to be exported and lately converted into an app using a framework like Svelte, React or Vue.

Do not use it in Webflow live sites! The .css file weights roughly 3.5 MB.

Roadmap

  • CDN Import for development-only in Webflow.
  • Webflow to TailwindCSS class naming converter on exported sites.
  • TailwindCSS adapter for production Webflow live sites.

About

Utility adapter to develop websites/apps in Webflow using TailwindCSS utility approach.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages