Files
lms/community/public/build.json
Anand Chitipothu 9deaa182b7 refactor: switched to less for css
- Added build setup to include styles.less in building community.css
- The old styles are still in style.css. Those styles will be slowly moved to style.less.
- Move all the new styles to style.less
2021-04-29 15:43:58 +05:30

11 lines
165 B
JSON

{
"css/lms.css": [
"public/css/lms.css"
],
"css/community.css": [
"public/css/vars.css",
"public/css/style.css",
"public/css/style.less"
]
}