mikx1's picture
Upload folder using huggingface_hub
b5ea024
raw
history blame
155 Bytes
// https://drafts.csswg.org/css-cascade-5/
export const cssWideKeywords = [
'initial',
'inherit',
'unset',
'revert',
'revert-layer'
];