List of standard and browser specific CSS functions.
Data sources are:
- MDN reference on CSS functions
- MDN reference on general CSS features.
- MDN browser compatibility data for CSS functions
- Manually maintained experimental, legacy and removed functions
npm install css-functions-list --save
import { promises as fs } from 'fs';
import functionsListPath from 'css-functions-list';
(async () => {
const functionsList = JSON.parse(
await fs.readFile(functionsListPath, 'utf8')
);
console.log(functionsList