Timo
Timo
Event onPressUp is not working on pseudo element, either. Do a quick review on source code and guess it does not get into this code execution ``` if (e.button ===...
Maybe you could try `deleteOutputPath` to true with following config. in project.json ```json { "targets": { "build": { "executor": "@nxkit/style-dictionary:build", "outputs": ["{options.outputPath}"], "options": { "outputPath": "libs/components/src/design-token", "styleDictionaryConfig": "libs/design-token/style-dictionary.config.ts", "tsConfig": "libs/design-token/tsconfig.json",...