Skip to content

Instantly share code, notes, and snippets.

@boazblake
boazblake / index.html
Created August 20, 2019 15:17 — forked from panoply/index.html
Rollup Configuration – Uses Buble, SASS and Serve. Use with Mithril.js
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Mithril Rollup.js</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="bundle.css" rel="stylesheet" />
</head>
<body>
<div id="app"></div>
<style>
@import url("rotated-header.css")
</style>
<div class="scrollable-table">
<table class="table table-striped table-header-rotated">
<thead>
<tr>
<!-- First column header is not rotated -->
<th></th>
<!-- Following headers are rotated -->
@boazblake
boazblake / app.html
Created October 10, 2016 22:52 — forked from jdanyow/app.html
Aurelia Gist
<template>
<h1>${message}</h1>
</template>