Add files
This commit is contained in:
commit
fc685a4f43
12 changed files with 308 additions and 0 deletions
8
snippets/css-mode/bbox
Normal file
8
snippets/css-mode/bbox
Normal file
|
@ -0,0 +1,8 @@
|
|||
# name: border-box
|
||||
# key: bbox
|
||||
# --
|
||||
*, *::before, *::after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
$0
|
Loading…
Add table
Add a link
Reference in a new issue