Added sass (css) to parcel transformers so I could modify the tagigy control style easy. removed buttons from paste input. Added keybinding for keyboard control. Fixed bug with bad tags in paste list control. Timestamp control can now show unix time by double clicking it. Added sentry error reporter so errors can be recorded. Added new font for minimalist style look.
6 lines
148 B
Plaintext
6 lines
148 B
Plaintext
{
|
|
"extends": "@parcel/config-default",
|
|
"transformers": {
|
|
"*.riot": ["@riotjs/parcel-transformer-riot","@parcel/transformer-sass"]
|
|
}
|
|
} |