Commit 29b4936a authored by Muhammadali's avatar Muhammadali

update version: 1.0.9

parent b80394d2
{
"name": "boxdialer",
"version": "1.0.8",
"version": "1.0.9",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
/** @format */
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
plugins: {
autoprefixer: {},
},
};
......@@ -5,5 +5,4 @@
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
}
\ No newline at end of file
/**
* @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