home/.vim/bundle/vim-template/templates/=template=.css

13 lines
157 B
CSS
Raw Normal View History

/*
* %FFILE%
* Copyright (C) %YEAR% %USER%
*
* Distributed under terms of the %LICENSE% license.
*/
body {
%HERE%background: white;
color: black;
}