Commit 29b4936a authored by Muhammadali's avatar Muhammadali

update version: 1.0.9

parent b80394d2
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "1.0.8", "version": "1.0.9",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
/** @format */
module.exports = { module.exports = {
plugins: { plugins: {
tailwindcss: {},
autoprefixer: {}, autoprefixer: {},
}, },
} };
...@@ -6,4 +6,3 @@ ...@@ -6,4 +6,3 @@
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
} }
/**
* @format
* @type {import('tailwindcss').Config}
*/
module.exports = {
content: [
'./app/**/*.{js,ts,jsx,tsx,mdx}',
'./pages/**/*.{js,ts,jsx,tsx,mdx}',
'./components/**/*.{js,ts,jsx,tsx,mdx}',
// Or if using `src` directory:
'./src/**/*.{js,ts,jsx,tsx,mdx}',
],
theme: {
extend: {},
},
plugins: [],
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment