zack
feat: πŸš€ Update Chat-nFace configurations
a053984
raw
history blame
207 Bytes
'use strict';
// https://drafts.csswg.org/css-cascade-5/
const cssWideKeywords = [
'initial',
'inherit',
'unset',
'revert',
'revert-layer'
];
exports.cssWideKeywords = cssWideKeywords;