Skip to content

Commit

Permalink
updated tailwindcss
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jun 5, 2024
1 parent 9ed353e commit a42088c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project try to adheres to [Semantic Versioning](https://semver.org/).
Go to the `v1` branch to see the changelog of Lume 1.

## [2.2.2] - Unreleased
### Fixed
- Updated dependencies: `tailwindcss`.

## [2.2.1] - 2024-06-04
### Added
- Allow to run a server with `deno serve -A _config.ts`.
Expand Down Expand Up @@ -403,6 +407,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
[#608]: https://github.com/lumeland/lume/issues/608
[#610]: https://github.com/lumeland/lume/issues/610

[2.2.2]: https://github.com/lumeland/lume/compare/v2.2.1...HEAD
[2.2.1]: https://github.com/lumeland/lume/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/lumeland/lume/compare/v2.1.4...v2.2.0
[2.1.4]: https://github.com/lumeland/lume/compare/v2.1.3...v2.1.4
Expand Down
4 changes: 2 additions & 2 deletions deps/tailwindcss.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { default } from "npm:[email protected].3";
export type { Config } from "npm:[email protected].3";
export { default } from "npm:[email protected].4";
export type { Config } from "npm:[email protected].4";
2 changes: 1 addition & 1 deletion tests/__snapshots__/tailwindcss.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ snapshot[`postcss plugin 3`] = `
},
{
content: "/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
Expand Down

0 comments on commit a42088c

Please sign in to comment.