UNPKG

node-red-contrib-uibuilder

Version:

Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.

12 lines (11 loc) 237 B
{ "plugins": [ "stylelint-gamut" ], "rules": { "gamut/color-no-out-gamut-range": true, "function-disallowed-list": ["rgba", "hsla", "rgb", "lab"], "color-function-notation": "modern", "color-no-hex": true } }