Is it possible to just change a few global css variables without creating a whole new theme or ui?
I'm trying to set e.g. $form-field-border-width: 0 0 1px 0;
by creating MyApp/sass/var/form/field/Base.scss
and just dropping the code.
I'm using Neptune and only have a few changes, so I'm trying to avoid creating a whole theme package.