properties-db.js.in 684 B

123456789101112131415161718192021
  1. /* This Source Code Form is subject to the terms of the Mozilla Public
  2. * License, v. 2.0. If a copy of the MPL was not distributed with this
  3. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  4. "use strict";
  5. /**
  6. * This file is automatically generated by `mach devtools-css-db`. It contains
  7. * a static list of CSS properties that can be computed by Gecko. The actual script
  8. * to generate these files can be found at devtools/shared/css/generate-properties-db.js.
  9. */
  10. /**
  11. * A list of CSS Properties and their various characteristics.
  12. */
  13. exports.CSS_PROPERTIES = ${cssProperties};
  14. /**
  15. * A list of the pseudo elements.
  16. */
  17. exports.PSEUDO_ELEMENTS = ${pseudoElements};