# 基于Less.js实现主题切换的思路 **Repository Path**: keepinglight/Theme-switching ## Basic Information - **Project Name**: 基于Less.js实现主题切换的思路 - **Description**: 基于Less.js实现主题切换的思路 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 思路一: 路径: '/', 端口:3000 基于 ``` javascript less.modifyVars({ '@color': 'pink' }); ```