@contactstudio/agent-lib
Advanced tools
Comparing version
{ | ||
"name": "@contactstudio/agent-lib", | ||
"version": "1.0.27", | ||
"version": "1.0.28", | ||
"author": "Christopher Gonçalves <christopher.goncalves2002@gmail.com.br>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
module.exports = { | ||
plugins: { | ||
tailwindcss: { config: "./tailwind.config.js" }, | ||
autoprefixer: {}, | ||
// tailwindcss: {}, | ||
// ...(process.env.NODE_ENV === "production" ? { cssnano: {} } : {}), | ||
}, | ||
}; |
@@ -0,8 +1,12 @@ | ||
const colors = require("tailwindcss/colors"); | ||
/** @type {import('tailwindcss').Config} */ | ||
module.exports = { | ||
content: ["./src/**/*.{html,js, vue}"], | ||
content: ["./src/**/*.{vue,scss}"], | ||
theme: { | ||
colors: { | ||
primary: "#0cbcc6", | ||
}, | ||
extend: {}, | ||
}, | ||
plugins: [], | ||
} | ||
}; |
@@ -6,7 +6,2 @@ const { defineConfig } = require("@vue/cli-service"); | ||
// filenameHashing: true, | ||
// productionSourceMap: false, | ||
// outputDir: "dist/", | ||
// publicPath: "/", | ||
css: { | ||
@@ -13,0 +8,0 @@ loaderOptions: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
779324
0.56%23
-8%5954
-0.02%