biu²
Results
1
issues of
biu²
你好 , 看了原文地址 , 有个疑问的地方: 原文地址 : http://alloyteam.github.io/CodeGuide/#project-naming 关于: 属性简写 右侧有贴出优化的写法方案分别为 /\* not good */ .element { transition: opacity 1s linear 2s; } /\* good */ .element { transition-delay: 2s;...