markdown 使用Bootswatch进行JHipster主题定制

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 使用Bootswatch进行JHipster主题定制相关的知识,希望对你有一定的参考价值。

# Installing and Chooosing a Theme with Bootswatch
on terminal, add *bootswatch*
`yarn add bootswatch`

choose a thene on [Bootswatch](https://www.bootstrapcdn.com/bootswatch/)

Edit the `src/main/webapp/content/scss/vendor.scss`. The order is important.
```
// Override Boostrap variables
@import "bootstrap-variables";
// add bootwatch module after variables
\!h @import 'node_modules/bootswatch/dist/materia/variables';

// Import Bootstrap source files from node_modules
@import 'node_modules/bootstrap/scss/bootstrap';
// import the theme after bootstrap
\!h @import "node_modules/bootswatch/dist/{themeName}/bootswatch";
```

# Customizing Further
- to customize further, override *Bootstrap* variables in `src/main/webapp/content/scss/_bootstrap-variables.scss`
- the list of supported variables can be found on `node_modules/bootstrap/scss/_variables.scss`

以上是关于markdown 使用Bootswatch进行JHipster主题定制的主要内容,如果未能解决你的问题,请参考以下文章

在Django Dojo中使用bootswatch

xadmin的主题use_bootswatch = True”无效解决方法

如何在 MVC 5 项目中从 bootswatch 或 wrapbootstrap 实现主题?

xadmin下设置“use_bootswatch = True”无效的解决办法

xadmin下设置“use_bootswatch = True”无效解决方法

解决xadmin下设置“use_bootswatch = True”无效的问题