From af28553f15a4a642138639994d53911e334757c5 Mon Sep 17 00:00:00 2001 From: Oliver Tacke Date: Sun, 10 Dec 2023 15:18:39 +0100 Subject: [PATCH] Add TODO --- src/scripts/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scripts/app.js b/src/scripts/app.js index 9700b3d..d39d6e6 100644 --- a/src/scripts/app.js +++ b/src/scripts/app.js @@ -21,6 +21,8 @@ import '@styles/h5p-portfolio.scss'; * positioning and heights set in CSS. * * Rename CSS classes to reflect the JavaScript class name/filename + * + * Change em to rem */ export default class Portfolio extends H5P.EventDispatcher {