##// END OF EJS Templates
i18n: updated translation for Polish...
i18n: updated translation for Polish Currently translated at 56.5% (614 of 1087 strings)

File last commit:

r7392:9004225e default
r8092:7fef5132 default
Show More
main.less
28 lines | 868 B | text/x-less | LessCssLexer
/*!
* Don't edit the css file directly.
*
* Instead, edit the less file(s) and regenerate the css:
*
* npm install
* npm run less
*
*/
/* 3rd party styles */
@import "node_modules/bootstrap/less/bootstrap.less";
@import (inline) "node_modules/datatables.net-bs/css/dataTables.bootstrap.css";
@import (inline) "node_modules/at.js/dist/css/jquery.atwho.css";
@import (less) "node_modules/select2/select2.css";
@import (less) "node_modules/select2-bootstrap-css/select2-bootstrap.css";
@import (less) "tmp/pygments.css";
@import (less) "../public/fontello/css/kallithea.css";
/* kallithea styles */
@import "kallithea-variables.less";
@import "kallithea-labels.less";
@import "kallithea-select2.less";
@import "kallithea-diff.less";
@import "style.less";
/* finally, import the optional theme file with local customizations */
@import (optional) "theme.less";