mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-30 11:35:48 +08:00
12 lines
207 B
JavaScript
12 lines
207 B
JavaScript
'use strict';
|
|
|
|
// https://drafts.csswg.org/css-cascade-5/
|
|
const cssWideKeywords = [
|
|
'initial',
|
|
'inherit',
|
|
'unset',
|
|
'revert',
|
|
'revert-layer'
|
|
];
|
|
|
|
exports.cssWideKeywords = cssWideKeywords;
|