Skip to content

Instantly share code, notes, and snippets.

View bramwillemse's full-sized avatar

Bram Willemse bramwillemse

View GitHub Profile
@bramwillemse
bramwillemse / a-created-date.md
Last active February 27, 2023 17:28
Obsidian Templates (Nederlands / Plugins: Tasks, Templater, Dataview)

Aangemaakt op <% tp.date.now("dddd Do MMMM YYYY") %> om <% tp.date.now("HH:mm") %>u

@bramwillemse
bramwillemse / _breakpoint.scss
Last active October 25, 2016 12:19
Sass Breakpoint Mixin
/*
* Breakpoints
*
* @example:
* .classname {
* max-width: 100%;
*
* @include breakpoint(small) {
* max-width: 20em;
* }