Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Commit 135adfc

Browse files
authored
Merge pull request #7 from brandonpittman/patch-1
Remove unnecessary import.
2 parents 1c5bd42 + 1ef626d commit 135adfc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// This is the main.js file. Import global CSS and scripts here.
22
// The Client API can be used here. Learn more: gridsome.org/docs/client-api
3-
import 'tailwindcss/tailwind.css';
4-
53
import DefaultLayout from '~/layouts/Default.vue'
64

75
export default function (Vue, { router, head, isClient }) {

0 commit comments

Comments
 (0)