UNPKG

@11tyrocks/eleventy-plugin-css-browser-support

Version:

Eleventy filters for decorating inline-code with CSS browser support data or rendering support tables. Data combined from caniuse and MDN, including version support started and global support percentages.

41 lines (40 loc) 1.14 kB
{ "name": "@11tyrocks/eleventy-plugin-css-browser-support", "version": "0.12.0", "description": "Eleventy filters for decorating inline-code with CSS browser support data or rendering support tables. Data combined from caniuse and MDN, including version support started and global support percentages.", "main": ".eleventy.js", "scripts": { "prestart": "terser panels.js -m -c -o panels.min.js", "start": "eleventy --serve", "build": "eleventy", "bump": "npm --no-git-tag-version version" }, "repository": { "type": "git", "url": "git+https://github.com/5t3ph/eleventy-plugin-css-browser-support.git" }, "keywords": [ "11ty", "11ty-plugin", "eleventy", "eleventy-plugin", "css", "browser-support", "browser-compatibility", "css-support", "caniuse", "caniuse-lite" ], "author": "5t3ph", "license": "ISC", "bugs": { "url": "https://github.com/5t3ph/eleventy-plugin-css-browser-support/issues" }, "devDependencies": { "@11ty/eleventy": "^3.0.0", "terser": "^5.34.1" }, "dependencies": { "css-browser-support": "^0.12.0" } }