source: frontend/node_modules/@csstools/postcss-normalize-display-values/dist/mappings.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 156 bytes
Line 
1/**
2 * Specification: https://www.w3.org/TR/css-display-3/#the-display-properties
3 */
4declare const _default: Map<string, string>;
5export default _default;
Note: See TracBrowser for help on using the repository browser.