1
0
Fork 0
freesewing/packages/diana/example/.babelrc
Joost De Cock 67fae794ee feat: Added the Diana pattern
Thanks to @AlfaLyr for contributing this pattern <3
2020-04-04 14:12:12 +02:00

10 lines
188 B
Text

{
"plugins": [
["prismjs", {
"languages": ["javascript", "css", "markup"],
"plugins": ["line-numbers"],
"theme": "twilight",
"css": true
}]
]
}