Implement nuxt-content

This commit is contained in:
2020-12-12 14:32:09 +01:00
parent 728a0261af
commit ebe7b2eae3
53 changed files with 1970 additions and 750 deletions

View File

@@ -51,7 +51,7 @@ module.exports = {
200: '#121212',
700: 'rgb(112,112,112)',
800: '#212121',
900: 'rgba(255,255,255,0.6)'
900: 'rgba(150, 150, 150)'
},
},
spacing: {
@@ -865,5 +865,7 @@ module.exports = {
wordBreak: ['responsive'],
zIndex: ['responsive', 'focus-within', 'focus'],
},
plugins: [],
plugins: [
require('@tailwindcss/typography'),
],
}