We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6f942 commit f356d72Copy full SHA for f356d72
Gruntfile.js
@@ -48,7 +48,8 @@ module.exports = function(grunt) {
48
'css/theme/simple.css': 'css/theme/source/simple.scss',
49
'css/theme/sky.css': 'css/theme/source/sky.scss',
50
'css/theme/moon.css': 'css/theme/source/moon.scss',
51
- 'css/theme/solarized.css': 'css/theme/source/solarized.scss'
+ 'css/theme/solarized.css': 'css/theme/source/solarized.scss',
52
+ 'css/theme/blood.css': 'css/theme/source/blood.scss'
53
}
54
55
},
0 commit comments