Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
1 2 3 4 5 6 'use strict'; module.exports = function getDecls(rule, properties) { return rule.nodes.filter( ({ prop }) => prop && properties.includes(prop.toLowerCase()) ); };
'use strict'; module.exports = function getDecls(rule, properties) { return rule.nodes.filter( ({ prop }) => prop && properties.includes(prop.toLowerCase()) ); };
Attach a file by drag & drop or click to upload