mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 15:49:31 +08:00
8 lines
155 B
Text
8 lines
155 B
Text
// https://drafts.csswg.org/css-cascade-5/
|
|
export const cssWideKeywords = [
|
|
'initial',
|
|
'inherit',
|
|
'unset',
|
|
'revert',
|
|
'revert-layer'
|
|
];
|