Skip to content

Commit

Permalink
Merge branch 'main' of github.com:TYPO3incubator/surfcamp-team6
Browse files Browse the repository at this point in the history
  • Loading branch information
codefather007 committed Apr 9, 2024
2 parents 8ccef1a + 915ad59 commit f0e7382
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ node_modules
/.ddev/web-build/Dockerfile.ddev-cron
/.ddev/web-build/cron.conf
/.ddev/web-build/time.cron.example
/.vite
1 change: 0 additions & 1 deletion assets/landing-page.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static function renderStatic(array $arguments, \Closure $renderChildrenCl
}

$content = $arguments['selector'] . ' {' . LF;
$content .= self::buildVariables($arguments['variables']);
$content .= self::buildVariables($arguments['variables'], $arguments['prefix'] ?? '');
$content .= '}';

return $content;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
xmlns:s="http://typo3.org/ns/Surfcamp/Success/ViewHelpers"
>

<vac:asset.vite entry="assets/landing-page.js"/>

<f:asset.css identifier="theme-settings">
<s:themeVariablesProvider variables="{settings.ui.default}" />
<s:themeVariablesProvider variables="{settings.ui.dark}" selector=".dark" />
Expand Down
1 change: 0 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const VITE_TYPO3_ROOT = "./";
const VITE_ENTRYPOINTS = [
"assets/advent.js",
"assets/career.js",
"assets/landing-page.js",
"assets/product-launch.js",
"assets/sets.js",
"assets/whitepaper.js",
Expand Down

0 comments on commit f0e7382

Please sign in to comment.