Skip to content

Commit dc8f4d2

Browse files
authored
Merge pull request #635 from Jjunior130/patch-1
chore: update tailwind version
1 parent 7db7163 commit dc8f4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ impl VersionConfig {
2121

2222
pub fn default_version(&self) -> &'static str {
2323
match self {
24-
Self::Tailwind => "v4.1.10",
24+
Self::Tailwind => "v4.2.1",
2525
Self::Sass => "1.86.0",
2626
Self::WasmOpt => "version_123",
2727
Self::WasmBindgen => "0.2.104",

0 commit comments

Comments
 (0)