Skip to content

Commit

Permalink
Fix tailwind.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedHelalAhmed committed Mar 6, 2022
1 parent d581ca4 commit 4523c69
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 143 deletions.
218 changes: 84 additions & 134 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -380,30 +380,12 @@ Ensure the default browser behavior of the `hidden` attribute.
display: none;
}
*, ::before, ::after {
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
--tw-border-opacity: 1;
border-color: rgb(229 231 235 / var(--tw-border-opacity));
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: var(--tw-empty,/*!*/ /*!*/);
--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
--tw-invert: var(--tw-empty,/*!*/ /*!*/);
--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.container {
width: 100%;
Expand Down Expand Up @@ -438,15 +420,6 @@ Ensure the default browser behavior of the `hidden` attribute.
max-width: 1536px;
}
}
.visible {
visibility: visible;
}
.static {
position: static;
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
Expand All @@ -459,19 +432,43 @@ Ensure the default browser behavior of the `hidden` attribute.
.left-0 {
left: 0px;
}
.z-20 {
z-index: 20;
.right-0 {
right: 0px;
}
.z-10 {
z-index: 10;
}
.z-20 {
z-index: 20;
}
.m-0 {
margin: 0px;
}
.m-4 {
margin: 1rem;
}
.mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.mb-0 {
margin-bottom: 0px;
}
.mb-8 {
margin-bottom: 2rem;
}
.-mb-8 {
margin-bottom: -2rem;
}
.ml-12 {
margin-left: 3rem;
}
.ml-4 {
margin-left: 1rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.ml-2 {
margin-left: 0.5rem;
}
Expand All @@ -487,42 +484,24 @@ Ensure the default browser behavior of the `hidden` attribute.
.mt-4 {
margin-top: 1rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.-mb-8 {
margin-bottom: -2rem;
}
.ml-12 {
margin-left: 3rem;
}
.ml-4 {
margin-left: 1rem;
}
.block {
display: block;
}
.\!block {
display: block !important;
}
.inline {
display: inline;
}
.flex {
display: flex;
}
.table {
display: table;
}
.contents {
display: contents;
}
.hidden {
display: none;
}
.h-screen {
height: 100vh;
}
.h-64 {
height: 16rem;
}
.h-32 {
height: 8rem;
}
.h-12 {
height: 3rem;
}
Expand All @@ -538,11 +517,11 @@ Ensure the default browser behavior of the `hidden` attribute.
.h-10 {
height: 2.5rem;
}
.h-64 {
height: 16rem;
.w-full {
width: 100%;
}
.h-32 {
height: 8rem;
.w-32 {
width: 8rem;
}
.w-2\/3 {
width: 66.666667%;
Expand All @@ -562,24 +541,9 @@ Ensure the default browser behavior of the `hidden` attribute.
.w-10 {
width: 2.5rem;
}
.w-full {
width: 100%;
}
.w-32 {
width: 8rem;
}
.flex-1 {
flex: 1 1 0%;
}
.border-collapse {
border-collapse: collapse;
}
.transform {
transform: var(--tw-transform);
}
.resize {
resize: both;
}
.flex-col {
flex-direction: column;
}
Expand All @@ -604,26 +568,18 @@ Ensure the default browser behavior of the `hidden` attribute.
.overflow-y-hidden {
overflow-y: hidden;
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
.rounded-full {
border-radius: 9999px;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-full {
border-radius: 9999px;
}
.rounded-lg {
border-radius: 0.5rem;
}
.border-4 {
border-width: 4px;
}
.border {
border-width: 1px;
}
.border-b {
border-bottom-width: 1px;
}
Expand All @@ -633,6 +589,10 @@ Ensure the default browser behavior of the `hidden` attribute.
.border-r {
border-right-width: 1px;
}
.border-gray-200 {
--tw-border-opacity: 1;
border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-400 {
--tw-border-opacity: 1;
border-color: rgb(156 163 175 / var(--tw-border-opacity));
Expand All @@ -645,28 +605,39 @@ Ensure the default browser behavior of the `hidden` attribute.
--tw-border-opacity: 1;
border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-gray-200 {
--tw-border-opacity: 1;
border-color: rgb(229 231 235 / var(--tw-border-opacity));
.bg-gray-200 {
--tw-bg-opacity: 1;
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-200 {
--tw-bg-opacity: 1;
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.fill-current {
fill: currentColor;
}
.object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.p-0 {
padding: 0px;
}
.p-4 {
padding: 1rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
Expand All @@ -679,10 +650,6 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.pl-8 {
padding-left: 2rem;
}
Expand All @@ -692,23 +659,34 @@ Ensure the default browser behavior of the `hidden` attribute.
.pt-2 {
padding-top: 0.5rem;
}
.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
.align-baseline {
vertical-align: baseline;
}
.font-sans {
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
.font-bold {
font-weight: 700;
}
.capitalize {
text-transform: capitalize;
}
.tracking-tight {
letter-spacing: -0.025em;
}
.text-gray-800 {
--tw-text-opacity: 1;
color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-100 {
--tw-text-opacity: 1;
color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-700 {
--tw-text-opacity: 1;
color: rgb(55 65 81 / var(--tw-text-opacity));
Expand All @@ -717,13 +695,14 @@ Ensure the default browser behavior of the `hidden` attribute.
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-100 {
--tw-text-opacity: 1;
color: rgb(243 244 246 / var(--tw-text-opacity));
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.underline {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
.shadow-lg {
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
Expand All @@ -735,35 +714,6 @@ Ensure the default browser behavior of the `hidden` attribute.
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
outline-style: solid;
}
.blur {
--tw-blur: blur(8px);
filter: var(--tw-filter);
}
.invert {
--tw-invert: invert(100%);
filter: var(--tw-filter);
}
.filter {
filter: var(--tw-filter);
}
.\!filter {
filter: var(--tw-filter) !important;
}
.transition {
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.hover\:bg-gray-200:hover {
--tw-bg-opacity: 1;
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
Expand Down
Loading

0 comments on commit 4523c69

Please sign in to comment.