2013年8月28日のブックマーク (4件)

  • Zespia

    在上一篇文章的最後,我提到了為了要把 TypeScript 檔案同時輸出成 CommonJS 和 ECMAScript modules (ESM),所以開發了 tsc-multi。 tsc-multi 的運作方式其實非常簡單,就是同時執行多個 TypeScript compiler 平行運作而已;除此之外,我還對 compiler 動了一點手腳。

    kojika17
    kojika17 2013/08/28
    めも|Hexo - Node.js blog framework
  • Web ComponentsベースのUIライブラリ「Brick」をMozillaが公開

    Web ComponentsベースのUIライブラリ「Brick」をMozillaが公開 白石 俊平(HTML5 Experts.jp編集長) Web開発のあり方を大きく変えると期待されている、Web Components仕様に準拠した新たなUIコンポーネントライブラリをMozillaが開発していることが明らかになりました(今回のネタ元になった記事はこちら)。 その名もBrickです。 Brickは、Brickは、X-Tagというフレームワークの上で構築されています。 X-Tagは、Web Components仕様に準拠したカスタムコンポーネントを容易に作ることができるようにするフレームワークです。 また、X-TagはPolymerというライブラリが提供するPolyfillを使用しており、IE9を含むモダンブラウザ上でWeb Componentsを利用可能にします。 そもそもWeb Comp

    kojika17
    kojika17 2013/08/28
    Web ComponentsベースのUIライブラリ「Brick」をMozillaが公開 | HTML5Experts.jp
  • random() Function in Sass

    Heads up! This blog post hasn't been updated in over 2 years. CodePen is an ever changing place, so if this post references features, you're probably better off checking the docs. Get in touch with support if you have further questions. UPDATE: Sass now has a random() function natively built in, so we removed our custom function. The only difference is that the native function starts at 1 instead

    random() Function in Sass
    kojika17
    kojika17 2013/08/28
    CSSで遊ぶ時に、こういうの求めてたわ。|random() Function in Sass | CodePen Blog
  • Generate multi-resolution images for srcset with Grunt

    August 27, 2013 As Mat Marquis recently summarized on SmashingMag, the srcset attribute allows developers to specify a list of sources for an image that are delivered depending on the pixel density of a user's screen. An example of how srcset may be used is as follows, where we define three different image sources for the resolutions we wish to target: <img alt="My photo" src="photo.jpg" srcset="p

    Generate multi-resolution images for srcset with Grunt
    kojika17
    kojika17 2013/08/28
    Generate multi-resolution images for srcset with Grunt