source:
trip-planner-front/node_modules/css-tree/lib/syntax/config/lexer.js@
fa375fe
Last change on this file since fa375fe was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 191 bytes |
Line | |
---|---|
1 | var data = require('../../../data'); |
2 | |
3 | module.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.