@docmd/themes 0.4.6 → 0.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -19,6 +19,7 @@ const path = require('path');
|
|
|
19
19
|
* @param {string} themeName - 'sky', 'retro', 'ruby'
|
|
20
20
|
* @returns {string} Absolute path to css file
|
|
21
21
|
*/
|
|
22
|
+
|
|
22
23
|
function getThemePath(themeName) {
|
|
23
24
|
const cleanName = themeName.toLowerCase();
|
|
24
25
|
// We point to src for now, or dist if you plan to add a build step later
|