aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/.config/yasnippet/snippets/scss-mode/to-upper-case
blob: 6281ad175f3be6cb6be33e3daf812e2738d6468f (plain)
1
2
3
4
5
# -*- mode: snippet -*-
# name: to-upper-case($string)
# group: String functions
# --
to-upper-case(${1:$string})