0.1.0 • Published 4 years ago

@alexcarpenter/eleventy-plugin-caniuse v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

eleventy-plugin-caniuse

An Eleventy plugin to embed can I use data on your pages.

Installation

$ npm i @alexcarpenter/eleventy-plugin-caniuse
const caniuse = require('@alexcarpenter/eleventy-plugin-caniuse');

module.exports = eleventyConfig => {
  eleventyConfig.addPlugin(caniuse);
}

Usage

{% caniuse 'css-grid' %}

License

MIT License © Alex Carpenter