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.
我使用带有 bootstrap-sass gem 的导轨。
如何防止响应式设计显示大屏幕?
@media (min-width: 1200px) { ... } 默认包含在内,我无法将其注释掉,因为它不是我工作目录的一部分。请帮忙。
消除
@import "bootstrap-responsive";
添加
@import "bootstrap/variables"; @import "bootstrap/mixins"; @import "bootstrap/responsive-utilities"; @import "bootstrap/responsive-768px-979px"; @import "bootstrap/responsive-767px-max"; @import "bootstrap/responsive-navbar";