Commit cf9d5cea authored by Muhammadali's avatar Muhammadali

update version: 0.6.9

parent 88ca458d
{
"name": "boxdialer",
"version": "0.6.8",
"version": "0.6.9",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -5,6 +5,11 @@ import CallIcon from '@mui/icons-material/Dialpad';
import KeyboardBackspaceIcon from '@mui/icons-material/KeyboardBackspace';
const WidjetBlock = styled.div`
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
position: fixed;
bottom: 30px;
left: 50px;
......
/* * {
margin: 0;
padding: 0;
box-sizing: border-box;
} */
/* @tailwind base;
@tailwind base;
@tailwind components;
@tailwind utilities; */
.tailwindGlobalCss{
border: 5px solid red;
}
\ No newline at end of file
@tailwind utilities;
.tailwindGlobalCss {}
\ No newline at end of file
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