社区里有人做过类似于bootstrap这样的基础样式库吗?
求点经验😊😊
11 回复
@qinyang912 个人观点:这个真不是搭建出来的,是不断实践完善总结出来的。要bootcss这么成熟的,灰常不容易。顺带顶楼上,粘贴复制改!加入自己的东西就好,满足自己需求就好,搞个基础库还是蛮麻烦的
// Core variables and mixins
@import "bootstrap/variables";
@import "bootstrap/mixins";
// Reset and dependencies
@import "bootstrap/normalize";
@import "bootstrap/print";
@import "bootstrap/glyphicons";
// Core CSS
@import "bootstrap/scaffolding";
@import "bootstrap/type";
@import "bootstrap/code";
@import "bootstrap/grid";
@import "bootstrap/tables";
@import "bootstrap/forms";
@import "bootstrap/buttons";
// Components
几大要素,照着做一遍轮子