UNPKG

postcss-viewport-units

Version:

Automatically append `content` property for viewport-units-buggyfill

15 lines (14 loc) 242 B
{ "extends": "airbnb-base", "env": { "node": true, "mocha": true }, "rules": { "comma-dangle": ["error", { "arrays": "always-multiline", "objects": "always-multiline", "functions": "ignore", }] } }