File tree 5 files changed +174
-163
lines changed
5 files changed +174
-163
lines changed Original file line number Diff line number Diff line change 26
26
"formatter" : {
27
27
"quoteStyle" : " double"
28
28
}
29
- }
29
+ },
30
+ "overrides" : [
31
+ {
32
+ "include" : [" *.astro" ],
33
+ "linter" : {
34
+ "rules" : {
35
+ "style" : {
36
+ "useConst" : " off" ,
37
+ "useImportType" : " off"
38
+ }
39
+ }
40
+ }
41
+ }
42
+ ]
30
43
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"dockerfile" : {},
3
3
"biome" : {},
4
- "malva" : {},
5
4
"markup" : {},
6
5
"yaml" : {},
7
6
"excludes" : [" **/node_modules" ],
8
7
"plugins" : [
9
8
" https://plugins.dprint.dev/dockerfile-0.3.2.wasm" ,
10
9
" https://plugins.dprint.dev/biome-0.7.1.wasm" ,
11
- " https://plugins.dprint.dev/g-plane/malva-v0.11.1.wasm" ,
12
10
" https://plugins.dprint.dev/g-plane/markup_fmt-v0.18.0.wasm" ,
13
11
" https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm"
14
12
]
Original file line number Diff line number Diff line change 16
16
"@astrojs/tailwind" : " ^5.1.4" ,
17
17
"@types/alpinejs" : " ^3.13.11" ,
18
18
"alpinejs" : " ^3.14.8" ,
19
- "astro" : " ^5.1.2 " ,
19
+ "astro" : " ^5.1.5 " ,
20
20
"astro-compressor" : " ^1.0.0" ,
21
21
"tailwindcss" : " ^3.4.17"
22
22
},
Original file line number Diff line number Diff line change 3
3
@tailwind utilities;
4
4
5
5
@font-face {
6
- font-family : "montserrat" ;
7
- src : url ("../assets/fonts/Montserrat.ttf" ) format ("truetype" );
6
+ font-family : "montserrat" ;
7
+ src : url ("../assets/fonts/Montserrat.ttf" ) format ("truetype" );
8
8
}
9
9
10
10
@font-face {
11
- font-family : "gabarito" ;
12
- src : url ("../assets/fonts/Gabarito.ttf" ) format ("truetype" );
11
+ font-family : "gabarito" ;
12
+ src : url ("../assets/fonts/Gabarito.ttf" ) format ("truetype" );
13
13
}
14
14
15
15
@layer {
16
- /* Global text styles */
17
- h1 ,
18
- h2 ,
19
- h3 {
20
- @apply font-montserrat;
21
- }
22
-
23
- h4 ,
24
- h5 ,
25
- a ,
26
- p ,
27
- span {
28
- @apply font-gabarito;
29
- }
30
-
31
- p {
32
- @apply text-lg;
33
- }
34
-
35
- span ,
36
- svg {
37
- @apply text-sm;
38
- }
39
-
40
- /* Avoids undesired offcanvas menu 'blink' when closing */
41
- [x-cloak ] {
42
- display : none !important ;
43
- }
44
-
45
- /* Components custom styles */
46
- .faqs-container {
47
- @apply mx-auto shadow-md p-6 pt-0 rounded-xl;
48
- }
49
-
50
- .accordion-transition {
51
- transition : all 400ms ease-in-out;
52
- }
16
+ /* Global text styles */
17
+ h1 ,
18
+ h2 ,
19
+ h3 {
20
+ @apply font-montserrat;
21
+ }
22
+
23
+ h4 ,
24
+ h5 ,
25
+ a ,
26
+ p ,
27
+ span {
28
+ @apply font-gabarito;
29
+ }
30
+
31
+ p {
32
+ @apply text-lg;
33
+ }
34
+
35
+ span ,
36
+ svg {
37
+ @apply text-sm;
38
+ }
39
+
40
+ /* Avoids undesired offcanvas menu 'blink' when closing */
41
+ [x-cloak ] {
42
+ display : none !important ;
43
+ }
44
+
45
+ /* Components custom styles */
46
+ .faqs-container {
47
+ @apply mx-auto shadow-md p-6 pt-0 rounded-xl;
48
+ }
49
+
50
+ .accordion-transition {
51
+ transition : all 400ms ease-in-out;
52
+ }
53
53
}
You can’t perform that action at this time.
0 commit comments