Initial commit of make.style

This commit is contained in:
pyoor 2017-07-20 15:29:52 -04:00
parent 28254a80de
commit fa4546d8b6
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
make.style = {
pseudoElement: function () {
return random.item([
'::after',
'::before',
'::cue',
'::first-letter',
'::first-line',
'::selection',
'::backdrop',
'::placeholder',
'::marker',
'::spelling-error',
'::grammar-error'])
}
}