Versions prior to 4.0.0 had a globbing feature built in, but I've since decided to remove this feature frompostcss-functions. This means one less dependency and a smaller package size. For people still interested in this feature, you are free to pairpostcss-functionswith the globbing library...
npm install @csstools/postcss-sign-functions --save-dev PostCSS Sign Functionslets you use thesignandabsfunctions, following theCSS Values 4specification. .sign{z-index:sign(-10px); } .sign{z-index:sign(0); } .sign{z-index:sign(10px); } .abs{z-index:abs(-10px); } .abs{z-index...
PostCSS plugin to create smooth linear-gradients that approximate easing functions. - larsenwork/postcss-easing-gradients
Browse Library Advanced SearchSign InStart Free Trial