Skip to content

Instantly share code, notes, and snippets.

@scheibome
scheibome / input.scss
Created September 8, 2021 06:38
Generated by SassMeister.com.
%checkboxandRadioStyle {
+ label {
&:before {
border: 1px solid red;
@at-root .checkboxtype#{&} {
border-color: black;
}
}
@scheibome
scheibome / .gitconfig-part1
Created January 18, 2024 06:34
git-user-split
# Deine Basis in der .gitconfig
[user]
name = Dein Name
email = [email protected]