koumaza / denolus

Stylus inspired Compiler for Deno from the future.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Denolus

Denolus is strongly inspired by Stylus.

Authors

  • SRNV
  • divy-work

Join Discord

Examples

@import "examples/module"
$variable = #ff000
div:
  span:
    ~ nth-child(1):
      color: #ff000

    ~ nth-child(2):
      color: #0000ff

    ~#denolus:
      color: #00ff00
      grid-template:
        - "a a"
        - "b b"
        - "c c"
      ~ #sub:
        font-weight: bold
        color: $variable

About

Stylus inspired Compiler for Deno from the future.

License:MIT License


Languages

Language:TypeScript 100.0%