Files
dotfiles/emacs/.emacs.d/snippets/web-mode/linkcss
Fabio Scotto di Santolo db4f52a064 Added snippets for Emacs
2025-12-27 13:53:55 +01:00

5 lines
75 B
Plaintext

#name : linkcss
# --
<link rel="stylesheet" type="text/css" href="$1"/>
$0