added SCSS processing, adding notes

This commit is contained in:
Dave Lane 2024-08-16 09:21:40 +12:00
parent 4c68329850
commit e9d8a28901
6 changed files with 288 additions and 37 deletions

View file

@ -27,11 +27,11 @@
}
});
}
getAnalogues(analogues, tech) {
/* getAnalogues(analogues, tech) {
single =
if
analogues = analogues.concat(local);
}
}*/
});
/*affiliates.forEach(function(num, tag) {
console.log(tag + ': ' + num);
@ -101,7 +101,7 @@
{/each}
</div>
<style>
<style lang="scss">
html { background-color: #eee; }
body {
background-color: #fff;
@ -151,9 +151,14 @@
.collapse { display: block; }
.collapse > .cell { width: 100% !important; }
}
/* .no-flexbox .webservices {
.no-flexbox .webservices {
display: block;
.no-flexbox .webservices > cell { width: 100%; }
} */
}
div {
h2 {
color: green;
}
}
</style>