s/k-normalized/k

This commit is contained in:
Tilo Mitra 2013-05-09 17:42:01 -04:00
parent a5e504c9b5
commit 00df9bc35b

View File

@ -152,7 +152,7 @@ grunt.registerTask('base-create-context', 'Make context version', function () {
var nextSelector = event.selectors[i + 1];
// If the selector does not contain the html selector, we can go
// ahead and prepend .k-normalized in front of it.
// ahead and prepend .k in front of it.
if (selector.text.indexOf('html') === -1) {
context += prefix + ' ' + selector.text;
} else if (selector.text.indexOf('html') !== -1) {