File tree Expand file tree Collapse file tree 7 files changed +480
-222
lines changed Expand file tree Collapse file tree 7 files changed +480
-222
lines changed Original file line number Diff line number Diff line change 7
7
//
8
8
9
9
html {
10
-
11
10
}
12
11
13
12
body {
14
13
position : relative ;
15
14
@apply font-rubik-regular text-gray-800 bg-black ;
16
15
}
17
16
18
-
19
17
// Liens
20
18
a {
21
19
color : inherit ;
22
20
opacity : 0.6 ;
23
21
transition : opacity , 0.2s ;
24
- @apply . no-underline . inline-block ;
22
+ @apply no-underline inline-block ;
25
23
26
- & :hover , & :focus {
24
+ & :hover ,
25
+ & :focus {
27
26
opacity : 1 ;
28
- @apply . no-underline ;
27
+ @apply no-underline ;
29
28
}
30
29
}
31
-
Original file line number Diff line number Diff line change @@ -10,57 +10,56 @@ body {
10
10
@apply antialiased ;
11
11
}
12
12
13
-
14
13
h1 ,
15
14
.h1 {
16
- @apply . font-rubik-black . leading-none . text-3xl . uppercase ;
15
+ @apply font-rubik-black leading-none text-3xl uppercase ;
17
16
18
17
@screen md {
19
- @apply . text-6xl ;
18
+ @apply text- 6xl ;
20
19
}
21
20
}
22
21
23
22
h2 ,
24
23
.h2 {
25
- @apply . font-rubik-black . leading-none . text-2xl . uppercase ;
24
+ @apply font-rubik-black leading-none text-2xl uppercase ;
26
25
27
26
@screen md {
28
- @apply . text-5xl ;
27
+ @apply text- 5xl ;
29
28
}
30
29
}
31
30
32
31
h3 ,
33
32
.h3 {
34
- @apply . font-rubik-black . leading-none . text-xl . uppercase ;
33
+ @apply font-rubik-black leading-none text-xl uppercase ;
35
34
36
35
@screen md {
37
- @apply . text-4xl ;
36
+ @apply text- 4xl ;
38
37
}
39
38
}
40
39
41
40
h4 ,
42
41
.h4 {
43
- @apply . font-rubik-black . leading-none . text-lg . uppercase ;
42
+ @apply font-rubik-black leading-none text-lg uppercase ;
44
43
45
44
@screen md {
46
- @apply . text-3xl ;
45
+ @apply text- 3xl ;
47
46
}
48
47
}
49
48
50
49
h5 ,
51
50
.h5 {
52
- @apply . font-rubik-black . leading-none . text-lg . uppercase ;
51
+ @apply font-rubik-black leading-none text-lg uppercase ;
53
52
54
53
@screen md {
55
- @apply . text-3xl ;
54
+ @apply text- 3xl ;
56
55
}
57
56
}
58
57
59
58
h6 ,
60
59
.h6 {
61
- @apply . font-rubik-black . leading-none . text-lg . uppercase ;
60
+ @apply font-rubik-black leading-none text-lg uppercase ;
62
61
63
62
@screen md {
64
- @apply . text-3xl ;
63
+ @apply text- 3xl ;
65
64
}
66
65
}
Original file line number Diff line number Diff line change 8
8
9
9
.btn {
10
10
text-decoration : none ;
11
- @apply font-rubik-medium . text-sm py-3 px-5 rounded text-center inline-block ;
11
+ @apply font-rubik-medium text-sm py-3 px-5 rounded text-center inline-block ;
12
12
13
13
& --black {
14
14
@apply bg-transparent text-black border border-black ;
Original file line number Diff line number Diff line change @@ -104,9 +104,6 @@ export default {
104
104
mode : 'out-in' ,
105
105
appear : true // Dont work
106
106
} ,
107
- tailwindcss : {
108
- cssPath : '~/assets/css/lib/tailwind.css'
109
- } ,
110
107
/*
111
108
** Axios module configuration
112
109
** See https://axios.nuxtjs.org/options
Original file line number Diff line number Diff line change 22
22
"@nuxtjs/sitemap" : " ^2.4.0" ,
23
23
"async-redis" : " ^1.1.7" ,
24
24
"express" : " ^4.17.2" ,
25
- "fast-average-color" : " ^6.2.0 " ,
25
+ "fast-average-color" : " ^7.0.1 " ,
26
26
"gsap" : " ^3.5.1" ,
27
27
"imagesloaded" : " ^4.1.4" ,
28
- "nuxt" : " ^2.14.7 "
28
+ "nuxt" : " ^2.15 "
29
29
},
30
30
"devDependencies" : {
31
31
"@nuxtjs/eslint-config" : " ^5.0.0" ,
32
32
"@nuxtjs/eslint-module" : " ^3.0.0" ,
33
33
"@nuxtjs/google-analytics" : " ^2.4.0" ,
34
- "@nuxtjs/tailwindcss" : " ^3.2.0 " ,
34
+ "@nuxtjs/tailwindcss" : " ^5.0.0-4 " ,
35
35
"babel-eslint" : " ^10.1.0" ,
36
36
"eslint" : " ^7.12.1" ,
37
37
"eslint-config-prettier" : " ^6.15.0" ,
Original file line number Diff line number Diff line change @@ -49,10 +49,5 @@ module.exports = {
49
49
none : 'none'
50
50
}
51
51
}
52
- } ,
53
- variants : { } ,
54
- plugins : [ ] ,
55
- future : {
56
- purgeLayersByDefault : true
57
52
}
58
53
}
You can’t perform that action at this time.
0 commit comments