tnantoka/plate

View on GitHub
test/fixtures/src/example.plt

Summary

Maintainability
Test Coverage
---
message: hello
---
.container
  @background: #eee
  # Hello, world
  p
    .btn
      $click: alert(message) 
      Click me