@csstools · 62 packages

Name Description License Versions
@csstools/cascade-layer-name-parser Parse CSS Cascade Layer names. MIT 21 greenflagged / 21 total
@csstools/color-helpers Color helpers to ease transformation between formats, gamut, etc MIT-0 17 greenflagged / 17 total
@csstools/convert-colors Convert colors between RGB, HEX, HSL, HWB, LAB, LCH, and more CC0-1.0 6 greenflagged / 6 total
@csstools/css-calc Solve CSS math expressions MIT 31 greenflagged / 31 total
@csstools/css-color-parser Parse CSS color values MIT 43 greenflagged / 43 total
@csstools/css-parser-algorithms Algorithms to help you parse CSS from an array of tokens. MIT 24 greenflagged / 24 total
@csstools/css-syntax-patches-for-csstree CSS syntax patches for CSS tree MIT-0 36 greenflagged / 36 total
@csstools/css-tokenizer Tokenize CSS MIT 23 greenflagged / 23 total
@csstools/media-query-list-parser Parse CSS media query lists. MIT 27 greenflagged / 27 total
@csstools/normalize.css A cross-browser CSS foundation CC0-1.0 10 greenflagged / 10 total
@csstools/postcss-alpha-function Use the alpha() function in CSS MIT-0 8 greenflagged / 8 total
@csstools/postcss-cascade-layers Use cascade layers in CSS MIT-0 23 greenflagged / 23 total
@csstools/postcss-color-function Use the color() function in CSS MIT-0 51 greenflagged / 51 total
@csstools/postcss-color-function-display-p3-linear Use the display-p3-linear color space on the color() function in CSS MIT-0 7 greenflagged / 7 total
@csstools/postcss-color-mix-function Use the color-mix function in CSS MIT-0 42 greenflagged / 42 total
@csstools/postcss-color-mix-variadic-function-arguments Mix any number of colors with the color-mix function in CSS MIT-0 8 greenflagged / 8 total
@csstools/postcss-container-rule-prelude-list 2 greenflagged / 2 total
@csstools/postcss-content-alt-text Generate fallback values for content with alt text MIT-0 12 greenflagged / 12 total
@csstools/postcss-contrast-color-function Dynamically specify a text color with adequate contrast MIT-0 25 greenflagged / 25 total
@csstools/postcss-exponential-functions Use pow(), sqrt(), hypot(), log(), exp() exponential functions in CSS MIT-0 24 greenflagged / 24 total
@csstools/postcss-font-format-keywords Use unquoted format on @font-face CSS definitions. MIT-0 10 greenflagged / 10 total
@csstools/postcss-font-width-property Use the font-width property in CSS MIT-0 1 greenflagged / 1 total
@csstools/postcss-gamut-mapping Gamut map css colors to fit display specific gamuts MIT-0 29 greenflagged / 29 total
@csstools/postcss-global-data 0 greenflagged / 1 total
@csstools/postcss-gradients-interpolation-method Use interpolation methods in CSS gradient functions MIT-0 50 greenflagged / 50 total
@csstools/postcss-hwb-function Use hwb() color functions in CSS MIT-0 47 greenflagged / 47 total
@csstools/postcss-ic-unit Use the ic length unit MIT-0 22 greenflagged / 22 total
@csstools/postcss-image-function 1 greenflagged / 1 total
@csstools/postcss-image-set-function Display resolution-dependent images using the image-set() function in CSS CC0-1.0 1 greenflagged / 2 total
@csstools/postcss-initial PostCSS plugin to fallback initial keyword. MIT-0 5 greenflagged / 5 total
@csstools/postcss-is-pseudo-class A pseudo-class for matching elements in a selector list MIT-0 30 greenflagged / 30 total
@csstools/postcss-light-dark-function Use the light-dark() color function in CSS MIT-0 23 greenflagged / 23 total
@csstools/postcss-logical-float-and-clear Use flow-relative (inline-start and inline-end) values for float and clear MIT-0 6 greenflagged / 6 total
@csstools/postcss-logical-overflow Use logical overflow properties and values in CSS MIT-0 4 greenflagged / 4 total
@csstools/postcss-logical-overscroll-behavior Use logical overscroll behavior properties and values in CSS MIT-0 4 greenflagged / 4 total
@csstools/postcss-logical-resize Use logical values in the resize property MIT-0 6 greenflagged / 6 total
@csstools/postcss-logical-viewport-units Use vb and vi length units in CSS MIT-0 22 greenflagged / 22 total
@csstools/postcss-media-minmax Use the range notation in CSS media queries MIT 31 greenflagged / 31 total
@csstools/postcss-media-queries-aspect-ratio-number-values Use number values in aspect-ratio media queries. MIT-0 24 greenflagged / 24 total
@csstools/postcss-mixins Use mixins in CSS MIT-0 1 greenflagged / 1 total
@csstools/postcss-nested-calc Use nested calc() expressions in CSS MIT-0 9 greenflagged / 9 total
@csstools/postcss-normalize-display-values Use two values display syntax for inner and outer display types. MIT-0 11 greenflagged / 11 total
@csstools/postcss-oklab-function Use oklab() and oklch() color functions in CSS MIT-0 50 greenflagged / 50 total
@csstools/postcss-position-area-property Fallback `position-area` to the alternate name `inset-area` MIT-0 2 greenflagged / 2 total
@csstools/postcss-progressive-custom-properties Correctly declare progressive enhancements for CSS Custom Properties. MIT-0 25 greenflagged / 25 total
@csstools/postcss-property-rule-prelude-list Declare a list of custom properties in a single at-property rule MIT-0 2 greenflagged / 2 total
@csstools/postcss-random-function Use the random function in CSS MIT-0 10 greenflagged / 10 total
@csstools/postcss-relative-color-syntax Use the relative color syntax in CSS MIT-0 41 greenflagged / 41 total
@csstools/postcss-scope-pseudo-class The Reference Element Pseudo-class: :scope MIT-0 9 greenflagged / 9 total
@csstools/postcss-sign-functions Use sign and abs functions in CSS MIT-0 10 greenflagged / 10 total
@csstools/postcss-slow-plugins 1 greenflagged / 5 total
@csstools/postcss-stepped-value-functions Use round, rem and mod functions in CSS MIT-0 31 greenflagged / 31 total
@csstools/postcss-syntax-descriptor-syntax-production Use the syntax production in syntax descriptors MIT-0 3 greenflagged / 3 total
@csstools/postcss-system-ui-font-family Use the `system-ui` keyword MIT-0 2 greenflagged / 2 total
@csstools/postcss-text-decoration-shorthand Use text-decoration in it's shorthand form in CSS MIT-0 25 greenflagged / 25 total
@csstools/postcss-trigonometric-functions Use sin(), cos(), tan(), acos(), atan(), and atan2() to compute trigonometric relationships MIT-0 32 greenflagged / 32 total
@csstools/postcss-unset-value Use the unset keyword in CSS. MIT-0 9 greenflagged / 9 total
@csstools/sass-import-resolve 1 greenflagged / 2 total
@csstools/selector-resolve-nested Resolve nested CSS selectors MIT-0 9 greenflagged / 9 total
@csstools/selector-specificity Determine selector specificity with postcss-selector-parser MIT-0 16 greenflagged / 16 total
@csstools/stylelint-formatter-github 1 greenflagged / 2 total
@csstools/utilities Utilities for PostCSS plugins MIT-0 3 greenflagged / 3 total
Showing 62 packages