Home  >  Article  >  Web Front-end  >  用于前端开发的Sass工具库:SCUT_css_html/css_WEB-ITnose

用于前端开发的Sass工具库:SCUT_css_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 09:08:381105browse

SCUT 是提供给前端开发者的 Saas 工具集,能帮助提高对一般样式代码模式的执行(implementations of common style-code patterns)。

Scut 工具集可以帮助用户避免重复写代码,扩大代码的可重用性。

Scut 工具集可以处理模式(patterns)遇到的下列问题:

  • pattern 是不直观的。

  • pattern 需要简写

  • pattern 涉及到一些重要的最佳实践

  • pattern 是极为常见的,(至少)有点讨厌。

  • Scut 工具集的目标是实现可重用性的最大化(maximizies reusability),以下是一些原则:

    • 有足够的细节来实现该模式,但不累赘

    • 使用的参数,以便在主题典型变化

    • 根据用户的偏好改变参数

    • 命名空间 (注意scut-的前缀)

    • 透彻的文档

    项目主页:http://www.open-open.com/lib/view/home/1439007077583

    Statement:
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn