Andriy Shevchenko
Andriy Shevchenko
It would be great to have a portable version of CamStudio
https://github.com/honkit/honkit/blob/4a439e5aff23b0722b93ab30186f2a30872a12e4/packages/honkit/src/utils/fs.ts#L96 (node:9660) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
https://github.com/malchata/yall.js/blob/main/package.json#L7 but there is no yall.mjs at ./dist
STR: Add `@use 'sass:color';` to `_colors.scss` and try to build styleguide Result: ``` Warn: Atlas: Could not compile configuration file. Styleguide page and consistency checks could not be prepared. Ensure...
Windows 10 1. Set `"guideSrc": "D:/scss"` ```json { "guideSrc": "D:/scss", "guideDest": "atlas", "cssSrc": "assets/css/", "copyInternalAssets": false, "excludedSassFiles": "_dev-atlas-settings|_dev-atlas-definitions", "componentPrefixes": ["atlas-", "l-"], "projectConstants": { "constantsSrc": "assets/src/scss/_dev-atlas-settings.scss", "colorPrefix": "color", "fontPrefix": "font", "scalePrefix":...