aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/grammarly/webview.js
blob: afe360504b2165a1bb27cede8377b2be8c8001f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
const _path = _interopRequireDefault(require('path'));

function _interopRequireDefault(obj) {
  return obj && obj.__esModule ? obj : { default: obj };
}

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