This program is for styling Uxtly files from standalone editors. Your edits will be hot-reloaded.
Supports .css
, .less
, .scss
https://docs.uxtly.com/css-editor
git clone https://github.com/uxtely/css-editor-connector.git
cd css-editor-connector
npm install
./connect.js my-styles.less
Then, Previewer → CSS Editor → Connect External Editor
You can connect many Uxtly apps, for example in different browsers or sizes, and the changes will be pushed to all of them.
The program watches for stylesheet changes, and changes in its directory. Therefore, imported sheets can trigger live-updates too, as long as they are within that directory.
Error Code EADDRINUSE
means conflict.
- Is another instance running? Only one active connector is supported.
- Is another program using port
29924
on yourlocalhost
?
Syntax Errors
- Uxlty shows "Error with the stylesheet on the
External Editor Connector. Most likely is a syntax error."
- If you’re using
.less
or.scss
check the console, it will indicate where the error is.
- If you’re using
This program is ISC licensed.