source:
imaps-frontend/node_modules/clean-css/lib/optimizer/hack.js@
79a0317
Last change on this file since 79a0317 was 79a0317, checked in by , 3 days ago | |
---|---|
|
|
File size: 133 bytes |
Line | |
---|---|
1 | var Hack = { |
2 | ASTERISK: 'asterisk', |
3 | BANG: 'bang', |
4 | BACKSLASH: 'backslash', |
5 | UNDERSCORE: 'underscore' |
6 | }; |
7 | |
8 | module.exports = Hack; |
Note:
See TracBrowser
for help on using the repository browser.