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

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

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