标签: sass fullcalendar materialize
我在google上做了很多搜索,但没有找到。如果我目前正在使用Materialize.css框架进行样式设置,该怎么办。 如何在实体化主题中更改full-calendar按钮和其他元素?我也在使用bootstrap,所以目前它与materialize框架相冲突。
Materialize.css
full-calendar
在检查其代码时,我发现fullcalendar在所有按钮中都使用了fc-button类。我在sass中尝试了以下代码。
fullcalendar
sass
.fc-button { @extend .btn; }
但这会在浏览器中产生奇怪的效果。