A CSS linter for immutable selectors.
CSS linter for immutable selectors.
Immutable Data Collections
Immutable, CSS margin utilities.
Immutable, CSS padding utilities.
Check the immutability of TypeScript types
PropType validators that work with Immutable.js.
redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state.
a date and time library for javascript
👑 A tiny yet powerful tool for high-performance color manipulations and conversions
A bunch of reactive utility types and functions, for building primitives with Solid.js
Immutable ArrayBuffer (the shim!)
Immutable JSON patch with support for reverting operations
Immutability helpers with fast reads and acceptable writes
React PureComponent implementation embracing Immutable.js
Modify deep object properties without modifying the original object (immutability). Works great with React and Redux.
Serialize unserializable data and parse it back.
Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
A JavaScript library for efficient immutable updates
Internationalized calendar, date, and time manipulation utilities
Chrome Dev Tools formatter for the Immutable JS library
Generate Open Graph Images dynamically from HTML/CSS without a browser
NodeJS bash utility for deploying files to Amazon S3
React JSON Viewer Component, Extracted from redux-devtools
A Sass library for building immutable and namespaced BEM-style CSS objects
Include "Lightning-Fast Modular CSS with No Side Effects" Basscss in Rails. Basscss is a lightweight collection of base element styles and immutable utilities designed for speed, clarity, performance, and scalability.
Color is a Ruby library to provide RGB, CMYK, HSL, and other color space manipulation support to applications that require it. It provides optional named RGB colors that are commonly supported in HTML, SVG, and X11 applications. The Color library performs purely mathematical manipulation of the colors based on color theory without reference to device color profiles (such as sRGB or Adobe RGB). For most purposes, when working with RGB and HSL color spaces, this won't matter. Absolute color spaces (like CIE LAB and CIE XYZ) cannot be reliably converted to relative color spaces (like RGB) without color profiles. When necessary for conversions, Color provides D65 and D50 reference white values in Color::XYZ. Color 2.2 adds a minor feature where an RGB color created from values can silently inherit the `#name` of a predefined color if `color/rgb/colors` has already been loaded. It builds on the Color 2.0 major release, dropping support for all versions of Ruby prior to 3.2 as well as removing or renaming a number of features. The main breaking changes are: - Color classes are immutable Data objects; they are no longer mutable. - RGB named colors are no longer loaded on gem startup, but must be required explicitly (this is _not_ done via `autoload` because there are more than 100 named colors with spelling variations) with `require "color/rgb/colors"`. - Color palettes have been removed. - `Color::CSS` and `Color::CSS#[]` have been removed.