-
Notifications
You must be signed in to change notification settings - Fork 8
/
customizableSass-paths.json
29 lines (24 loc) · 1.12 KB
/
customizableSass-paths.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"paths": [
"src/assets/sass/utilities/_functions.scss",
"src/assets/sass/utilities/_appticles-variables.scss",
"src/assets/sass/utilities/_internal-variables.scss",
"src/assets/sass/utilities/_mixins.scss",
"src/assets/sass/utilities/_helpers.scss",
"src/assets/sass/utilities/_typography.scss",
"src/assets/sass/customs/_item-custom.scss",
"src/assets/sass/customs/_icon-custom.scss",
"src/assets/sass/customs/_typography-custom.scss",
"src/app/posts/latest/_latest-custom.scss",
"src/app/posts/category/_post-list-custom.scss",
"src/app/posts/appticles-slides/_appticles-slides-custom.scss",
"src/app/posts/comments/_comment-list-custom.scss",
"src/app/posts/details/_post-details-custom.scss",
"src/app/posts/details/social/_appticles-social-custom.scss",
"src/app/posts/add-comment/_add-comment-custom.scss",
"src/app/pages/details/_page-details-custom.scss",
"src/app/layout/nav/side-nav/_side-nav-custom.scss",
"src/app/layout/nav/side-nav/categories/_nested-categories-custom.scss",
"src/app/layout/nav/side-nav/pages/_nested-pages-custom.scss"
]
}