Trying out web-mode
This commit is contained in:
parent
9197c8345c
commit
806f73fef7
5 changed files with 20 additions and 11 deletions
8
snippets/web-mode/bbox
Normal file
8
snippets/web-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