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: {}, },
}, };
}
...@@ -5,5 +5,4 @@ ...@@ -5,5 +5,4 @@
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
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