Skip to content

Commit

Permalink
Merge pull request #6 from alexjustesen/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
alexjustesen authored Dec 30, 2021
2 parents c8149a6 + 163b51e commit 751bbbb
Show file tree
Hide file tree
Showing 5 changed files with 13,058 additions and 23,474 deletions.
2 changes: 1 addition & 1 deletion assets/css/tailwind.css → assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* ./assets/css/tailwind.css */
/* ./assets/css/main.css */
@tailwind base;
@tailwind components;
@tailwind utilities;
21 changes: 12 additions & 9 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ export default {
{ rel: 'preconnect', href: 'https://fonts.googleapis.com'},
{ rel: 'preconnect', href: 'https://fonts.gstatic.com'},
{ rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'}
]
],
script: [
{ src: 'https://cdn.usefathom.com/script.js', 'data-site': 'PGXVWVKB' },
],
},

// Global CSS: https://go.nuxtjs.dev/config-css
css: [
'@/assets/css/main.css',
],

// Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins
Expand All @@ -35,8 +39,7 @@ export default {

// Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules
buildModules: [
// https://go.nuxtjs.dev/tailwindcss
'@nuxtjs/tailwindcss',
'@nuxt/postcss8'
],

// Modules: https://go.nuxtjs.dev/config-modules
Expand All @@ -45,11 +48,11 @@ export default {

// Build Configuration: https://go.nuxtjs.dev/config-build
build: {
},

tailwindcss: {
cssPath: '~/assets/css/tailwind.css',
configPath: '~/tailwind.config.js',
viewer: false
postcss: {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
},
}
}
Loading

0 comments on commit 751bbbb

Please sign in to comment.