elcrm 1.1.35 → 1.1.38

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/README.md CHANGED
@@ -6,6 +6,7 @@ CLI для экосистемы `@elcrm/*`: обновление зависим
6
6
  bun i -g elcrm
7
7
  elcrm test # server или front — по package.json (@elcrm/server?)
8
8
  elcrm css # недостающие CSS-токены @elcrm/* в theme-*
9
+ elcrm css --check # покрытие var(--*) без записи
9
10
  elcrm doctor # порядок проекта: migrate + css (без npm update)
10
11
  elcrm update
11
12
  ```