uikit / uikit

A lightweight and modular front-end framework for developing fast and powerful web interfaces

Home Page:http://getuikit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Tests with custom styles generated

skerbis opened this issue · comments

When I compiled with yarn, I always got the possibility to test my custom styles under /tests. This does not happen with pnpm install. What am I doing wrong?

/custom/styles.less

At the Beginning:

@import "../src/less/uikit.theme.less";

When I try it like in the docs with

@import "node_modules/uikit/src/less/uikit.theme.less";

I get the error:

Node.js v21.5.0
 ELIFECYCLE  Command failed with exit code 1.
 ELIFECYCLE  Command failed with exit code 1.


 Platform is macOS 14.2.1