Created
October 14, 2020 13:31
-
-
Save jongravois/8b4aa46870b7c53a625771d4342f5d92 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "wenk.scss"; | |
@import "pikaday.css"; | |
@import "trix.css"; | |
@import 'tailwindcss/base'; | |
@import 'tailwindcss/components'; | |
@import "tables.scss"; | |
@import 'tailwindcss/utilities'; | |
[x-cloak] { | |
display: none; | |
} | |
.text-xxs { | |
font-size: .5rem; | |
} | |
.h-v5 { | |
height: 5vh !important; | |
} | |
.h-v10 { | |
height: 10vh !important; | |
} | |
.h-v15 { | |
height: 15vh !important; | |
} | |
.h-v20 { | |
height: 20vh !important; | |
} | |
.h-v25 { | |
height: 25vh !important; | |
} | |
.h-v30 { | |
height: 30vh !important; | |
} | |
.h-v35 { | |
height: 35vh !important; | |
} | |
.h-v40 { | |
height: 40vh !important; | |
} | |
.h-v45 { | |
height: 45vh !important; | |
} | |
.h-v50 { | |
height: 50vh !important; | |
} | |
.h-v55 { | |
height: 55vh !important; | |
} | |
.h-v60 { | |
height: 60vh !important; | |
} | |
.h-v65 { | |
height: 65vh !important; | |
} | |
.h-v70 { | |
height: 70vh !important; | |
} | |
.h-v75 { | |
height: 75vh !important; | |
} | |
.h-v80 { | |
height: 80vh !important; | |
} | |
.h-v85 { | |
height: 85vh !important; | |
} | |
.h-v90 { | |
height: 90vh !important; | |
} | |
.h-v95 { | |
height: 95vh !important; | |
} | |
.min-vh-10 { | |
min-height: 10vh !important; | |
} | |
.min-vh-20 { | |
min-height: 20vh !important; | |
} | |
.min-vh-30 { | |
min-height: 30vh !important; | |
} | |
.min-vh-40 { | |
min-height: 40vh !important; | |
} | |
.min-vh-50 { | |
min-height: 50vh !important; | |
} | |
.min-vh-60 { | |
min-height: 60vh !important; | |
} | |
.min-vh-70 { | |
min-height: 70vh !important; | |
} | |
.min-vh-80 { | |
min-height: 80vh !important; | |
} | |
.min-vh-90 { | |
min-height: 90vh !important; | |
} | |
.max-vh-10 { | |
max-height: 10vh !important; | |
} | |
.max-vh-20 { | |
max-height: 20vh !important; | |
} | |
.max-vh-30 { | |
max-height: 30vh !important; | |
} | |
.max-vh-40 { | |
max-height: 40vh !important; | |
} | |
.max-vh-50 { | |
max-height: 50vh !important; | |
} | |
.max-vh-60 { | |
max-height: 60vh !important; | |
} | |
.max-vh-70 { | |
max-height: 70vh !important; | |
} | |
.max-vh-80 { | |
max-height: 80vh !important; | |
} | |
.max-vh-90 { | |
max-height: 90vh !important; | |
} | |
.w-1\/8 { | |
width: 12.5% !important; | |
} | |
.w-7\/8 { | |
width: 87.5% !important; | |
} | |
.w-3\/8 { | |
width: 37.5% !important; | |
} | |
.w-1\/16 { | |
width: 06.25% !important; | |
} | |
.w-10 { | |
width: 10% !important; | |
} | |
.w-15 { | |
width: 15% !important; | |
} | |
.w-20 { | |
width: 20% !important; | |
} | |
.w-25 { | |
width: 25% !important; | |
} | |
.w-30 { | |
width: 30% !important; | |
} | |
.w-35 { | |
width: 35% !important; | |
} | |
.w-40 { | |
width: 40% !important; | |
} | |
.w-45 { | |
width: 45% !important; | |
} | |
.w-50 { | |
width: 50% !important; | |
} | |
.w-55 { | |
width: 55% !important; | |
} | |
.w-60 { | |
width: 60% !important; | |
} | |
.w-65 { | |
width: 65% !important; | |
} | |
.w-70 { | |
width: 70% !important; | |
} | |
.w-75 { | |
width: 75% !important; | |
} | |
.w-80 { | |
width: 80% !important; | |
} | |
.w-85 { | |
width: 85% !important; | |
} | |
.w-90 { | |
width: 90% !important; | |
} | |
.w-95 { | |
width: 95% !important; | |
} | |
.w-p-1 { width: 0.25rem !important; } | |
.w-p-2 { width: 0.5rem !important; } | |
.w-p-3 { width: 0.75rem !important; } | |
.w-p-4 { width: 1rem !important; } | |
.w-p-5 { width: 1.25rem !important; } | |
.w-p-6 { width: 1.5rem !important; } | |
.w-p-8 { width: 2rem !important; } | |
.w-p-10 { width: 2.5rem !important; } | |
.w-p-12 { width: 3rem !important; } | |
.w-p-16 { width: 4rem !important; } | |
.w-p-20 { width: 5rem !important; } | |
.w-p-24 { width: 6rem !important; } | |
.w-p-32 { width: 8rem !important; } | |
.w-p-40 { width: 10rem !important; } | |
.w-p-48 { width: 12rem !important; } | |
.w-p-56 { width: 14rem !important; } | |
.w-p-64 { width: 16rem !important; } | |
.h-px-1 { height: 1px !important; } | |
.h-px-2 { height: 2px !important; } | |
.h-px-3 { height: 3px !important; } | |
.h-px-4 { height: 4px !important; } | |
.h-px-5 { height: 5px !important; } | |
.h-px-6 { height: 6px !important; } | |
.h-px-8 { height: 8px !important; } | |
.h-px-10 { height: 10px !important; } | |
.h-px-12 { height: 12px !important; } | |
.h-px-16 { height: 16px !important; } | |
.h-px-20 { height: 20px !important; } | |
.h-px-24 { height: 6px !important; } | |
.h-px-32 { height: 32px !important; } | |
.h-px-40 { height: 40px !important; } | |
.h-px-48 { height: 48px !important; } | |
.h-px-56 { height: 56px !important; } | |
.h-px-64 { height: 64px !important; } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment