mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-12 00:35:14 +00:00
Rename css folder to scss
This commit is contained in:
parent
e96e920b73
commit
a4f02aec76
19 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ import './js/shortcuts/main';
|
||||||
import './js/shortcuts/entry';
|
import './js/shortcuts/entry';
|
||||||
|
|
||||||
/* Theme style */
|
/* Theme style */
|
||||||
import './css/index.scss';
|
import './scss/index.scss';
|
||||||
|
|
||||||
const mobileMaxWidth = 993;
|
const mobileMaxWidth = 993;
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
import './css/share.scss';
|
import './scss/share.scss';
|
||||||
|
|
Loading…
Reference in a new issue