summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-03-24 19:30:33 +0100
committerPeter Wu <peter@lekensteyn.nl>2015-03-24 20:08:13 +0100
commit8416fccffacdb6a65c2e15e2add31429d99f7a55 (patch)
treeb451bc467580f33a86fadc72958cd1fbd4827f1e /index.html
parent2aec61192e34df25cccecc1536cb090f98fd1d22 (diff)
downloadsite-8416fccffacdb6a65c2e15e2add31429d99f7a55.tar.gz
Add less markers
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index 951c017..ece18ee 100644
--- a/index.html
+++ b/index.html
@@ -4,9 +4,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Data Science</title>
-<link rel="stylesheet" type="text/less" href="style/main.less">
-<!-- TODO: autoprefixer -->
+<!-- less -->
+<link rel="stylesheet" type="text/less" href="style/main.less">
<script src="lib/less.js"></script>
<script>
// fallback if a local less.js file cannot be loaded.
@@ -16,6 +16,7 @@ setTimeout(function() {
window.less || alert('compile style.less manually or find a less.js');
}, 1000);
</script>
+<!-- /less -->
</head>
<body>