aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/grammarly/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/grammarly/webview.js')
-rw-r--r--recipes/grammarly/webview.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/grammarly/webview.js b/recipes/grammarly/webview.js
new file mode 100644
index 0000000..afe3605
--- /dev/null
+++ b/recipes/grammarly/webview.js
@@ -0,0 +1,9 @@
1const _path = _interopRequireDefault(require('path'));
2
3function _interopRequireDefault(obj) {
4 return obj && obj.__esModule ? obj : { default: obj };
5}
6
7module.exports = Ferdium => {
8 Ferdium.injectCSS(_path.default.join(__dirname, 'style.css'));
9};