Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要根据我的应用程序样式设置 react-big-calendar 样式。这可以通过编写自定义 css 类并导入它们来实现。但我想知道是否有任何方法可以更改 SCSS 变量。提前致谢!!
RBC 提供 SCSS 供您在编译自己的 CSS 时使用,用您自己的覆盖任何它variables。在您自己的 SCSS 文件中:
variables
@import '~react-big-calendar/lib/sass/styles'; // your override variables and classes