Skip to content

yinsang/zxx.lib.css

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

用于减小 CSS 体积,提升 Web 页面性能

  • 不需要使用其他reset.css代码
  • 添加最常用的 CSS 小 className,保留最常用的属性。
  • 建议放在head里加载

Use

使用时需要注意css className覆盖的情况,建议放在head最后

<head>
<link href="others.bundles.css" rel="stylesheet" />
<link href="zxx.lib.css" rel="stylesheet" />

</head>
<div class="dib">title</div>

fork from zxx.lib.css

About

a css library for quick layout, especially for flow layout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 100.0%