Introduction
For this style guide to work you need to include the following css and javascript files.First clone the styleguide repository to libcommon (https://gitlab.com/linways/styleguide).
CSS
<link rel="stylesheet" href="libcommon/styleguide/ams/dist/css/styles.min.css" type="text/css">
JS
<script type="text/javascript" src="libcommon/styleguide/ams/dist/js/index.js"></script>
PLEASE DONOT EDIT `style.css`, `style.min.css` or `index.js` directly.
The changes you make will be automattically removed when new version of style guide releases;
The changes you make will be automattically removed when new version of style guide releases;
Plugins
Some components (like toastr, validation etc.) require additional javascript/styles to work properly.
The files required by that plugins will be mentioned the documentation of respective components.
All additional resources are placed under libcommon/plugins
folder.