astro-ghostcms/.pnpm-store/v3/files/7a/fd5a05f487e9e22c5177fd2c773...

13 lines
207 B
Plaintext

'use strict';
// https://drafts.csswg.org/css-cascade-5/
const cssWideKeywords = [
'initial',
'inherit',
'unset',
'revert',
'revert-layer'
];
exports.cssWideKeywords = cssWideKeywords;