# FremyCompany/css-grid-polyfill

A working implementation of css grids for current browsers.

Repository: https://github.com/FremyCompany/css-grid-polyfill
Canonical: https://ross.abutalabs.com/products/css-grid-polyfill
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2021-03-17T14:31:07+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4413, "days_push": 1995, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1108, forks 81 (observed 2026-08-28T04:03:37.031919+00:00)

## What it is
A JavaScript polyfill that implements the CSS Grid Layout specification in browsers lacking native support, including IE 9+. It parses stylesheets, supports grid features like areas, fr units, and automatic placement, and reacts to DOM changes, media queries, and pseudo-classes.

## Use cases
- use css grid layout in internet explorer
- polyfill css grid for older browsers
- prototype css grid layouts before native support
- support grid layout in legacy browsers
- test css grid features in ie9

## When to choose
- you must support IE 9+ or other browsers without native CSS Grid
- you need a quick prototyping shim for grid layouts

## When to avoid
- your target browsers support CSS Grid natively (all modern browsers do)
- you need an up-to-date, spec-compliant implementation - the project is unmaintained and outdated

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, css-framework, frontend-framework
- domain: web-development, frontend, web-design
- platform: browser
- tags: css-grid, polyfill, layout, ie-compatibility, css-parsing, javascript

## Member repositories
- FremyCompany/css-grid-polyfill (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:37.031919+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:43:43.610036+00:00, confidence not recorded.
  - readme: https://github.com/FremyCompany/css-grid-polyfill (fetched 2026-08-28T04:03:37.031919+00:00, sha 3d547bd208bc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
