mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 04:35:45 +01:00
Experimental new Hint style. Lets see how vitriolic the reaction is.
This commit is contained in:
@@ -329,7 +329,7 @@ var Styles = Module("Styles", {
|
||||
|
||||
let match, i = 0;
|
||||
while ((!match || match[0]) && (match = Styles.propertyPattern.exec(str)))
|
||||
if (always && !i++ || match[0])
|
||||
if (always && !i++ || match[0] && match[3])
|
||||
yield this.Property.fromArray(match);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user