Would like to include a custom css stylesheet into a widget.tsx.
Created style.css and did
import './style.css';
from within the widget.tsx of custom widget under your-extensions/widgets folder.
in style.css for e.g.
input {
border: 2px solid red;
}
but doesn't seem to do anything... what might be the proper implementation for adding styles to only the custom widget within experience builder 1.14?