Skip to content

Commit

Permalink
run ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
MDevster committed Nov 16, 2024
1 parent 2fb67ec commit 981c9a1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Types of changes
Security in case of vulnerabilities.
)

## [1.5.3](https://github.com/pdir/contao-theme-helper-bundle/tree/1.5.3) – 2024-11-16

- [Fixed] Use local CSS preprocessors

## [1.5.2](https://github.com/pdir/contao-theme-helper-bundle/tree/1.5.2) – 2022-09-30

- [Fixed] Optimize domain check
Expand Down
2 changes: 1 addition & 1 deletion contao/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
$GLOBALS['TL_CSS'] = [];
}

$GLOBALS['TL_CSS'][] = 'bundles/themehelper/sass/th_check_domain.scss||static';
$GLOBALS['TL_CSS'][] = 'bundles/themehelper/sass/th_check_domain.css||static';
}
12 changes: 12 additions & 0 deletions public/sass/th_check_domain.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/sass/th_check_domain.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 981c9a1

Please sign in to comment.