refactor: upgrade tailwindcss
This commit is contained in:
@@ -70,7 +70,7 @@
|
|||||||
<img
|
<img
|
||||||
v-if="fb.currentUser.photoURL"
|
v-if="fb.currentUser.photoURL"
|
||||||
:src="fb.currentUser.photoURL"
|
:src="fb.currentUser.photoURL"
|
||||||
class="w-8 h-8 rounded-full material-icons"
|
class="w-6 h-6 rounded-full material-icons"
|
||||||
alt="Profile image"
|
alt="Profile image"
|
||||||
/>
|
/>
|
||||||
<i v-else class="material-icons">account_circle</i>
|
<i v-else class="material-icons">account_circle</i>
|
||||||
|
|||||||
@@ -201,6 +201,7 @@ export default {
|
|||||||
// TailwindCSS module configuration (https://github.com/nuxt-community/tailwindcss-module)
|
// TailwindCSS module configuration (https://github.com/nuxt-community/tailwindcss-module)
|
||||||
tailwindcss: {
|
tailwindcss: {
|
||||||
jit: true,
|
jit: true,
|
||||||
|
viewer: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
// i18n module configuration (https://github.com/nuxt-community/i18n-module)
|
// i18n module configuration (https://github.com/nuxt-community/i18n-module)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<img
|
<img
|
||||||
v-if="fb.currentUser.photoURL"
|
v-if="fb.currentUser.photoURL"
|
||||||
:src="fb.currentUser.photoURL"
|
:src="fb.currentUser.photoURL"
|
||||||
class="w-8 h-8 rounded-full material-icons"
|
class="w-6 h-6 rounded-full material-icons"
|
||||||
/>
|
/>
|
||||||
<i v-else class="material-icons">account_circle</i>
|
<i v-else class="material-icons">account_circle</i>
|
||||||
<span>
|
<span>
|
||||||
|
|||||||
@@ -5,11 +5,6 @@
|
|||||||
** Default: https://github.com/tailwindcss/tailwindcss/blob/master/stubs/defaultConfig.stub.js
|
** Default: https://github.com/tailwindcss/tailwindcss/blob/master/stubs/defaultConfig.stub.js
|
||||||
*/
|
*/
|
||||||
module.exports = {
|
module.exports = {
|
||||||
future: {
|
|
||||||
removeDeprecatedGapUtilities: true,
|
|
||||||
purgeLayersByDefault: true,
|
|
||||||
},
|
|
||||||
experimental: "all",
|
|
||||||
dark: "class",
|
dark: "class",
|
||||||
corePlugins: {
|
corePlugins: {
|
||||||
float: false,
|
float: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user