File tree 2 files changed +9
-11
lines changed
2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ readme = "./README.md"
13
13
14
14
[dependencies ]
15
15
# We use the current version of Perseus, not the local one
16
- perseus = { version = " 0.3.0-beta.22" , features = [ " translator-fluent" ] }
16
+ # Hydration is temporarily disabled pending some fixes in Sycamore
17
+ perseus = { version = " 0.3.0-beta.22" , features = [ " translator-fluent" ], no-default-features = true }
17
18
sycamore = " 0.7"
18
19
sycamore-router = " 0.7"
19
20
serde = " 1"
Original file line number Diff line number Diff line change @@ -2,16 +2,13 @@ const defaultTheme = require("tailwindcss/defaultTheme");
2
2
const colors = require ( "tailwindcss/colors" ) ;
3
3
4
4
module . exports = {
5
- purge : {
6
- mode : "all" ,
7
- content : [
8
- "./src/**/*.rs" ,
9
- "./index.html" ,
10
- "./src/**/*.html" ,
11
- "./src/**/*.css" ,
12
- "./static/**/*.css" ,
13
- ] ,
14
- } ,
5
+ content : [
6
+ "./src/**/*.rs" ,
7
+ "./index.html" ,
8
+ "./src/**/*.html" ,
9
+ "./src/**/*.css" ,
10
+ "./static/**/*.css" ,
11
+ ] ,
15
12
darkMode : process . env . NODE_ENV == "production" ? "media" : "class" ,
16
13
theme : {
17
14
fontFamily : {
You can’t perform that action at this time.
0 commit comments