source: frontend/node_modules/stylehacks/src/dictionary/browsers.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: 212 bytes
Line 
1'use strict';
2const FF_2 = 'firefox 2';
3const IE_5_5 = 'ie 5.5';
4const IE_6 = 'ie 6';
5const IE_7 = 'ie 7';
6const IE_8 = 'ie 8';
7const OP_9 = 'opera 9';
8
9module.exports = { FF_2, IE_5_5, IE_6, IE_7, IE_8, OP_9 };
Note: See TracBrowser for help on using the repository browser.