aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/grammarly/webview.js
blob: b9d0570f0e3935c4448dc5015b1bb03244f0aba0 (plain) (blame)
1
2
3
4
5
6
7
8
9
function _interopRequireDefault(obj) {
  return obj && obj.__esModule ? obj : { default: obj };
}

const _path = _interopRequireDefault(require('path'));

module.exports = Ferdium => {
  Ferdium.injectCSS(_path.default.join(__dirname, 'style.css'));
};