emacs.d/snippets/css-mode/bbox
2020-05-20 18:18:14 +01:00

8 lines
No EOL
94 B
Text

# name: border-box
# key: bbox
# --
*, *::before, *::after {
box-sizing: border-box;
}
$0