mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
s/k-normalized/k
This commit is contained in:
parent
a5e504c9b5
commit
00df9bc35b
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user