diff --git a/.eslintignore b/.eslintignore index f625c00b0..36c3896d9 100644 --- a/.eslintignore +++ b/.eslintignore @@ -9,3 +9,4 @@ ts/**/*.js playwright.config.js preload.js +stylesheets/dist/ diff --git a/.gitignore b/.gitignore index e4f4c89ef..4642403c1 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ test-results/ .nyc_output coverage/ +stylesheets/dist/ diff --git a/.prettierignore b/.prettierignore index ee535ef82..4880a99f1 100644 --- a/.prettierignore +++ b/.prettierignore @@ -25,4 +25,5 @@ playwright.config.js # Coverage release/** .nyc_output/ -coverage/ \ No newline at end of file +coverage/ +stylesheets/dist/** \ No newline at end of file diff --git a/about.html b/about.html index 75fe0e1b8..6cf866743 100644 --- a/about.html +++ b/about.html @@ -14,7 +14,7 @@ script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline';" /> - +