issues Search Results · repo:thx/cube language:SCSS
Filter by
25 results
(73 ms)25 results
inthx/cube (press backspace or delete to remove)Cube 2.0 规划
一、背景介绍
一直以来,我是一个 CSS「原教徒」,信奉简单直接的 CSS。但是在实际开发中,CSS 的确是缺少很多「可编程」的功能。所以在 Cube 1.0 技术选型上,我选择了以原生 CSS 为主,预处理器为辅的思路。基本架构是原生 CSS,但
iconfont 这个强烈需要可编程的模块选择了 SCSS。
1.1 CSS 预处理器的兴起
随着 CSS 社区的发展,CSS ...
yisibl
- Opened on May 18, 2015
- #24
iOS input 默认顶部有内阴影
http://zomigi.com/blog/bug-fixes-for-removing-the-inner-shadow-on-ios-inputs/
input[type= text ] {
-webkit-appearance: none;
}
yisibl
- Opened on Mar 3, 2015
- #23
q:lang(zh){
quotes: \300C \300D \300E \300F ;
/* quotes: 「 」 『 』 ; */
}
cite:lang(zh){
quotes: 《 》 〈 〉 ;
font-style: normal;
}
cite:before {
content: open-quote;
}
cite:after ...
yisibl
- Opened on Jun 20, 2014
- #21
考虑去除默认的 padding
input[type= button ], input[type= submit ], input[type= reset ], input[type= file ]::-webkit-file-upload-button, button {
padding: 1px 6px;
}
yisibl
- Opened on Apr 25, 2014
- #20
yisibl
- Opened on Jan 22, 2014
- #18
cube
兼容所有浏览器的做法是在所有需要锚点的位置生成一个空标签
h2 a class= achor name= 标题…… /h2
type.css
高级浏览器提供CSS方法修复锚点定位,并提供提醒动画。
yisibl
- 2
- Opened on Jan 13, 2014
- #16

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.