The styleguide provides a number of asset through the /dist folder.
Notably mf.min.css and mf.min.js along with static assets can be found here.
For information on how to use the styleguide please see the documentation.
If you want to update anything in the styleguide follow these steps (node.js is required)
cd into moneyflow-core/code/assets/moneyflow-styleguide-v2 and run npm i. This will install all depenciesnpm start. This will start a file watcher, that will re-build the /dist folder every time a file is changes. You can now do your updates in eg. /src/_buttons.scss if you wish to update the apperance of the buttons.cd into /docs and run npm i.npm run dev. This will start the Vue app in development mode. A local ip-address will be printed where you can see the docs. You can now do your updates in eg. /docs/src/views/ButtonsView.vue if you wish to update the documentation page for the buttons.control + c the Vue app and run npm run build. This will build a production ready version.cd .. back to root dir and stop control + c the file watcher, and run npm run build. This will build the /dist folder.Remember to update the commit hash in submodules to reflect your latest changes.