Features Videos Help About Updates
Menu Buy Now

TailwindCSS

First Steps:
Getting Started
Live-Reload Browsers
Browser Sync
Set Language Options
Set Output Paths & Action
Second Steps:
Defaults For New Projects
Build Your Project
Set Target Browsers
Stuff To Know:
CodeKit + Git
Troubleshooting
License Recovery
PostCSS Tools:
Autoprefixer
PurgeCSS
Custom PostCSS Plugins
Other Tools:
npm
Babel โ€” (JS Transpiler)
Terser โ€” (JS Minifier)
Rollup โ€” (JS Bundler)
Cache-Buster
HTML-Minifier
LightningCSS
Bless
Languages:
Sass
Less
Stylus
JavaScript
CoffeeScript
TypeScript
Pug
Haml
Slim
Kit
Markdown
JSON
Image Optimizers:
WebP
PNG
JPEG
SVG
GIF
Frameworks:
CodeKit Frameworks
Tailwind
Bootstrap
Bourbon
Bitters
Zurb Foundation
Susy
Nib
Jeet
Syntax Checkers:
ESLint
Advanced:
Hooks
Environment Variables
Adding Custom Languages
Team Workflows
Scripting CodeKit
Editor Plugins:
Nova
Atom
Sublime Text
Coda 2
More
Read-Only Mode
Upgrading From 2.0
FAQ

What's Tailwind?

The TailwindCSS logo

Tailwind is a utility-first CSS framework. Instead of writing your own CSS, you stay in your HTML and simply apply some of the thousands of CSS classes Tailwind contains.

It sounds nuts, but you'll be amazed how much faster and, most importantly, maintainable it is.


Using Tailwind

  1. Go to File > New TailwindCSS Project.
  2. Choose a folder for the new project.
  3. CodeKit downloads the latest version of Tailwind, sets everything up, then builds the project.
  4. Click the Preview Button and get to work.
Is this some custom version of Tailwind?

No. CodeKit installs the latest version of Tailwind listed on npm.

Now what?

See the official Tailwind documentation for where to go from here.

Can I use Sass in my Tailwind project?

No. CodeKit supports only standard CSS in Tailwind projects because that's what Tailwind recommends.

What about legacy Tailwind 2.x projects?

CodeKit supports Tailwind 4.x and 3.x. Older 2.x projects are no longer compatible; update them to Tailwind 4.


A Note About Project Settings

When you create a new Tailwind project, some settings start with specific values regardless of what your Defaults For New Projects are. This is because Tailwind needs these settings to work best.

For example: the project will be set to use a Build Folder and output paths for all files will be set accordingly. Some tools such as Autoprefixer will be automatically disabled because Tailwind handles prefixing for you.


Config Files

CodeKit automatically creates a postcss.config.mjs file for your project. In general, you don't need to customize this file but if you want to run custom PostCSS tools that aren't built into CodeKit, here's how to do that. Anytime you change this file, CodeKit will recompile all affected stylesheets.


Made in San Diego, CA

Follow the Developer on Twitter

Email Support

Report a Bug

Privacy Policy