Skip to content

Commit dcf375d

Browse files
rofrischmannstereobooster
rofrischmann
authored andcommitted
MicheleBertoli#9 added basic mechanims proposed by @kof
1 parent 31cd25e commit dcf375d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: data.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
const mechanisms = { CSS: 'CSS' }
1+
const mechanisms = {
2+
CSS: 'CSS',
3+
inline: 'Inline Styles',
4+
mixed: 'Both'
5+
}
26

37
export default {
48
aphrodite: {

0 commit comments

Comments
 (0)