source: frontend/node_modules/css-tree/lib/syntax/config/lexer.js

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

Fix frontend appearance

  • Property mode set to 100644
File size: 164 bytes
Line 
1var data = require('../../../data');
2
3module.exports = {
4 generic: true,
5 types: data.types,
6 properties: data.properties,
7 node: require('../node')
8};
Note: See TracBrowser for help on using the repository browser.