Minified, but unpurged build of Tailwind CSS with a few opinionated features and bells and whistles.
Twinkle CSS is a minified build of Tailwind CSS 2.0.2 with additional features such as autoprefixer, Inter font, and plugins like aspect-ratio, forms, and typography. The initial uncompressed file size is 3.2 MB, but when served via a CDN that supports Brotli-compression, it becomes less than 250KB. This makes it a bit heavy, but it allows for easier development on multiple sites that cannot use custom builds requiring NodeJS and NPM.
To install Twinkle CSS, follow these steps:
npm install to install the required dependencies.npm run build to generate a local twinkle.min.css file.Twinkle CSS is a convenient pre-built version of Tailwind CSS with added features and optimizations. It provides a minified build that can be easily used on multiple sites without the need for custom builds using NodeJS and NPM. The use of Brotli-compression through CDNs further reduces the file size for faster loading times.