_:
This commit is contained in:
parent
4b7b8ef786
commit
b136154a26
@ -1,3 +0,0 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
@ -1,6 +1,5 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
css: ["./assets/css/main.css"],
|
||||
modules: ["@nuxtjs/tailwindcss", "@nuxtjs/color-mode", "./modules/module.ts"],
|
||||
compatibilityDate: "2024-04-03",
|
||||
devtools: { enabled: true },
|
||||
|
@ -3,7 +3,7 @@
|
||||
"version": "1.2.6",
|
||||
"private": false,
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"main": "main.vue",
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
"prepack": "nuxt build",
|
||||
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="flex md:flex-row flex-col">
|
||||
<div class="flex md:flex-row flex-col text-black">
|
||||
<div class="flex flex-col justify-between md:w-[40%] cursor-pointer">
|
||||
<div
|
||||
v-for="(el, index) in props.tabs"
|
||||
|
@ -1,10 +1,5 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
"./components/**/*.{vue,js}",
|
||||
"./nuxt.config.{js,ts}",
|
||||
"./src/**/*.{vue,js,ts}",
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
backgroundImage: {
|
||||
|
Loading…
Reference in New Issue
Block a user