Kerri Shotts
Kerri Shotts
Good idea. Building the docs is easy: ``` npm install npm run book:install npm run book:build ``` Then use a web server to open _book. I use `http-server`: ``` http-server...
Are you still encountering this issue? I've added some overflow in the custom CSS just in case text goes long.
Doesn't look like I have that much control ATM. I'll look for options, but the tables would have to have a wrapping element to give me control over overflow, and...
Couple of quick points: * The "typical path" entries should be theme aware. On Ps in a light theme, they are quite hard to read at the moment. * The...
@dkstevekwak , any concerns with the eslint configuration here? If not, I'm ok w/ merging
Thanks for the suggestion. This makes me think that exporting most of XDPM's functionality so that it could be scripted from other modules would be a good idea. If it...