CodeKit icon indicating copy to clipboard operation
CodeKit copied to clipboard

CodeKit 3 Issue Tracker

Results 85 CodeKit issues
Sort by recently updated
recently updated
newest added

**Quick, short summary:** PurgeCSS wrongly removes all classes containing the colon character (i.e. md:w-6) despite them being in use. Could this be due to the colon character being escaped in...

How do I import CSS into a javascript file?

**Quick, short summary:** When setting ES6 bundle format for a js file with imprts to IIFE, the setting gets someimes lost. The setting reverts to "Do not bundle ES6 modules"...

Hi Bryan, To make your excellent application even better I came up with an idea. I find myself using run script code all the time when I add a dependency...

Now that we can see support for webp on the horizon (Issue #619), would it be possible to ask for support also for **[AVIF](https://jakearchibald.com/2020/avif-has-landed/)**? It seems to be gaining very...

I find myself changing projects often and it would be super convenient if there was a menu option to do so from the menu bar icon. Maybe label the menu...

[whitespace-example.html.zip](https://github.com/bdkjones/CodeKit/files/7873263/whitespace-example.html.zip) In a Kit file, when compiling includes/imports that have a bunch of variables defined leading whitespace from those variables is compiled in the output. Tabs/whitespace are added up and...

Parcel JS introduced a new CSS parser recently, called '**Parcel CSS**': https://parceljs.org/blog/parcel-css/ Since being new, it might ne worth waiting until it is mature and ready for production; after that...

### SHORT DESCRIPTION I'm trying to use Tailwind and CodeKit with a PHP-based CMS site, and can't use a 'build' folder. Without using 'source' and 'build' folders, however, CodeKit seems...

**Quick, short summary:** I have Tailwind in my application using 'JIT' and I do not want to use CodeKit to process it as it takes a lot longer in comparison...