Initial commit of make.style
This commit is contained in:
parent
28254a80de
commit
fa4546d8b6
1 changed files with 16 additions and 0 deletions
|
@ -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'])
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue