style: add new tailwind prettier plugin (#2465)

This commit is contained in:
Ryan Cohen
2022-01-25 21:09:41 +09:00
committed by GitHub
parent 5b2a8f682b
commit 822ae9eec7
104 changed files with 737 additions and 734 deletions

View File

@@ -8,7 +8,7 @@ const ToastContainer: React.FC<ToastContainerProps> = ({
return (
<div
id="toast-container"
className="box-border fixed right-0 max-w-full max-h-full px-4 overflow-hidden top-4"
className="fixed right-0 top-4 box-border max-h-full max-w-full overflow-hidden px-4"
style={{
pointerEvents: hasToasts ? 'all' : 'none',
zIndex: 10000,