mirror of https://github.com/lxndrblz/anatole.git

Timothée Andres
yesterday 07e40a5107ed05bb2dcaa5ea4117088f0246ebbe
feat: allow using custom SCSS (#570)

* Add a separate file for custom SCSS code
---------

Co-authored-by: Alexander Bilz <mail@alexbilz.com>
1 files modified
1 files added
2 ■■■■■ changed files
assets/scss/custom.scss 1 ●●●● patch | view | raw | blame | history
assets/scss/main.scss 1 ●●●● patch | view | raw | blame | history
assets/scss/custom.scss
New file
@@ -0,0 +1 @@
// Define your own custom SCSS logic
assets/scss/main.scss
@@ -27,3 +27,4 @@
@use 'partials/vendors/contactform';
@use 'partials/vendors/tableofcontents';
@use 'partials/vendors/table';
@use 'custom';