This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
update-cmts-2.x-2.4 [2017/08/21 16:38] 95.171.52.104 |
update-cmts-2.x-2.4 [2017/08/21 16:44] (current) 95.171.52.104 |
||
---|---|---|---|
Line 16: | Line 16: | ||
- rename /common/css/css3.less to cmts.less | - rename /common/css/css3.less to cmts.less | ||
- create /common/css/config.less and move all variables / mixin definition from the top of layout.less until headings() to this file | - create /common/css/config.less and move all variables / mixin definition from the top of layout.less until headings() to this file | ||
+ | - remove @imgdir-variable from /common/css/config.less | ||
+ | - search and replace in less and css files: replace @{imgdir} with /img/ | ||
- remove /common/css/reset.css : reset() must be a mixin in /common/css/cmts.less, check this first | - remove /common/css/reset.css : reset() must be a mixin in /common/css/cmts.less, check this first | ||
- remove /common/css/fonts.css : fonts() must be a mixin in /common/css/config.less, check they match | - remove /common/css/fonts.css : fonts() must be a mixin in /common/css/config.less, check they match |