You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 11, 2024. It is now read-only.
This is a minified but unpurged build of Tailwind CSS 2.0 with autoprefixer, Inter font, some extra variants and common components from [learnawesome.org](https://learnawesome.org). See `tailwind.config.js`.
3
+
This is a minified but unpurged build of Tailwind CSS 2.0.2 with autoprefixer, Inter font, and plugins like aspect-ratio, forms, typography etc. See `tailwind.config.js`.
4
4
5
5
Uncompressed, this turns out to be about 3.2 MB. But when served via a CDN that supports Brotli-compression (eg: unpkg.com or Cloudflare), this is less than 250KB in size. This is a bit heavy but it becomes much more easier to work on multiple sites that cannot use custom builds which requires NodeJS and NPM.
@@ -17,4 +17,4 @@ Run `npm install` and then `npm run build` to generate a local `twinkle.min.css`
17
17
18
18
# Customize
19
19
20
-
If you want to extract your own component classes, add them in `myapp.css` before the `@tailwind utilities;` statement. And if you want to add/remove Tailwind plugins, customize the default theme or breakpoints or add/remove variants, modify `tailwind.config.js`.
20
+
If you want to add your own component classes, add them in `myapp.css`. And if you want to add/remove Tailwind plugins, customize the default theme or breakpoints or add/remove variants, modify `tailwind.config.js`.
Copy file name to clipboardexpand all lines: package.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "twinklecss",
3
-
"version": "1.2.0",
4
-
"description": "A minified but unpurged build of Tailwind CSS 2.0 with autoprefixer, Inter font, some extra variants and common components from learnawesome.org",
3
+
"version": "1.2.1",
4
+
"description": "A minified but unpurged build of Tailwind CSS 2.0.2 with autoprefixer, Inter font, and plugins like aspect-ratio, forms, typography",
5
5
"main": "index.js",
6
6
"scripts": {
7
7
"test": "echo \"Error: no test specified\" && exit 1",
0 commit comments