タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

Haskellとcssに関するsyanbiのブックマーク (2)

  • Clay, CSS Preprocessor

    About Clay is a CSS preprocessor like LESS and Sass, but implemented as an embedded domain specific language (EDSL) in Haskell. This means that all CSS selectors and style rules are first class Haskell functions, which makes reuse and composability easy. Clay doesn't really use any clever Haskell tricks which makes it easy to work with, even without a lot of Haskell experience. {-# LANGUAGE Overlo

    syanbi
    syanbi 2013/08/14
    Haskell製のCSS生成器
  • CleverCSS (Haskell) Documentation

    Introduction CleverCSS is a system for writing templates that are translated into CSS, allowing to build style sheets in a clean and structured way, following the DRY (don't repeat yourself) principle. The syntax is slightly different from CSS in that it relies on indentation instead of braces to indicate grouping, like the Python language does. The two things that enable DRY are variables and nes

    syanbi
    syanbi 2012/01/16
    CSSを書く煩わしさを軽減・・・というかlessのような形でtranslateするものか。Haskell製。lessとどっちがいいのだろう。似たことができそうだけど。
  • 1