Skip to content

Instantly share code, notes, and snippets.

@badlydrawnrob
badlydrawnrob / css.md
Last active June 25, 2025 12:08
Useful CSS selectors and HTML5 elements
@badlydrawnrob
badlydrawnrob / _form.less
Last active December 7, 2023 15:19
Counselling Anywhere search results folder
// Homepage search =============================
// - #1: Example of column > row stacking:
// http://codepen.io/HugoGiraudel/pen/pkwqH
// - #2: Remove `overflow:hidden` to align input with button
// - #3: flex: 0 1 100%; breaks layout on mobile safari
// width: 100% is required for some reason!
@selectize-color-border: @color-primary;
@selectize-color-item-active-border: @color-primary;
@selectize-border-radius: 0;
@badlydrawnrob
badlydrawnrob / .editorconfig
Last active December 13, 2015 20:47
EditorConfig is awesome: http://EditorConfig.org
# editorconfig.org
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
@badlydrawnrob
badlydrawnrob / .gitignore
Last active February 8, 2026 14:29
Global Git Ignore file
################################################################################
# GLOBAL IGNORE #
################################################################################
# You may want to ignore `/build` folder on a case-by-case basis. Most other #
# files should always be ignored. #
# Secrets #
###########
.env