File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.3.0] - 2023-10-17
9+
10+ - Support Tailwind v3
11+ - Add colors preview in UI
12+ - Update dependencies
13+
814## [ 0.2.1] - 2021-07-17
915
1016- Fix packaging for npx
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2021 Varun A P
3+ Copyright (c) 2023 Varun A P
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ npx tailwindcss-analysis
3030
3131- [ ] Display file size (minified and gzipped)
3232- [ ] Cleanup CSS output after execution
33- - [ ] Show human-readable values for colors and fonts
33+ - [ - ] Show human-readable values for colors and fonts
3434
3535See the [ open issues] ( https://github.com/apvarun/tailwindcss-analysis/issues ) for a list of proposed features (and known issues).
3636
Original file line number Diff line number Diff line change 11{
22 "name" : " tailwindcss-analysis" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.3.0 " ,
44 "description" : " Analyse the TailwindCSS classes used in your application" ,
55 "license" : " MIT" ,
66 "main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments