搜索内容

中天 的文章
  • Stylus @media

    本文是《CSS框架》系列文章第 13篇 (共 41 篇) The @media queries work just as they do within regular CSS, but with Stylus’s block notation:……
    中天 stylus-en 2021年1月1日
  • Stylus Comments

    本文是《CSS框架》系列文章第 9篇 (共 41 篇) Stylus supports three kinds of comments: single-line, and multi-line comments, and multi-line buffered c……
    中天 stylus-en 2020年12月27日
  • Stylus Interpolation

    本文是《CSS框架》系列文章第 8篇 (共 41 篇) Stylus supports interpolation by using the {} characters to surround an expression, which then……
    中天 stylus-en 2020年12月23日
  • Stylus Expressive, dynamic, robust CSS

    本文是《CSS框架》系列文章第 12篇 (共 41 篇) CSS needs a hero body { font: 12px Helvetica, Arial, sans-serif; } a.button { -webkit-border-rad……
    中天 stylus-en 2020年12月21日
  • JavaScript API

    本文是《CSS框架》系列文章第 18篇 (共 41 篇)JavaScript API require模块,用给定的Stylus代码字符串调用render(),以及(可选的)optional对象。 传递filen……
    中天 stylus-zh 2020年12月15日
  • stylus 连接中间件(Connect Middleware)

    本文是《CSS框架》系列文章第 21篇 (共 41 篇)连接中间件 有了连接中间件,无论Stylus片段什么时候改变,这些片段都能够自动编译。 stylus.middleware(option……
    中天 stylus-zh 2020年12月13日
  • stylus CSS字面量(CSS Literal)

    本文是《CSS框架》系列文章第 27篇 (共 41 篇)字面量CSS 不管什么原因,如果遇到Stylus搞不定的特殊需求,你可以使用@css使其作为CSS字面量解决之。 @css { b……
    中天 stylus-zh 2020年12月10日