Rename css folder to scss

This commit is contained in:
Yassine Guedidi 2025-01-19 19:58:48 +01:00
parent e96e920b73
commit a4f02aec76
19 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ import './js/shortcuts/main';
import './js/shortcuts/entry';
/* Theme style */
import './css/index.scss';
import './scss/index.scss';
const mobileMaxWidth = 993;

View file

@ -1 +1 @@
import './css/share.scss';
import './scss/share.scss';