mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-04-22 06:09:02 +00:00
9 lines
155 B
JavaScript
9 lines
155 B
JavaScript
// https://drafts.csswg.org/css-cascade-5/
|
|
export const cssWideKeywords = [
|
|
'initial',
|
|
'inherit',
|
|
'unset',
|
|
'revert',
|
|
'revert-layer'
|
|
];
|