除了SVG,mask-image 也支持 gradient 写法。 但是gradient 的颜色只能是 transparent 和 black。 transparent 的部分最终会被 clip 掉。black 则会被保留起来。 .container{background-color:red;img { width:640px;aspect-ratio:16 / 9;object-fit:cover;mask-image:radial-gradient(50px at 30% 40%, transpar...
className='uizz-ap-mt-4 uizz-ap-h-[42px] uizz-ap-cursor-pointer uizz-ap-rounded uizz-ap-border uizz-ap-border-solid uizz-ap-border-neutral-400 uizz-ap-bg-transparent uizz-ap-px-4 uizz-ap-py-2 uizz-ap-text-sm uizz-ap-text-inherit uizz-ap-transition-[0.3s] hover:uizz-ap-border-...
*/ background-size: auto; /* So we won't have the default "lightgray" background-color. */ background-color: transparent; /* Now again, remember the stacking order of CSS: lowermost comes last! */ background-repeat: no-repeat, no-repeat, repeat; background-position: center 155%, ce...
Tailwind CSS and suchlike Frameworks Withgatsby-background-image(-es5)@v0.8.8it's now possible to use Tailwind CSS classes likemd:w-1/2to styleBackgroundImage. Therefore aspecialCharsplugin option has been introduced to be able to properly escape such classes, which defaults to:/but may be...
( + to right, + transparent 0.8em, + white 1.5em, + white calc(100% - 1.5em), + transparent calc(100% - 0.8em) + ); +} + +.container::-webkit-scrollbar { + appearance: none; +} diff --git a/components/utils/shadow.jsx b/components/utils/shadow.jsx new file mode 1006...