Commit 67c8cb43e2c7148eda317ec7ba3c60c191ad6dac
1 parent
6dbae67a
UI: Fix scss import to relative path
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
13 | * See the License for the specific language governing permissions and | 13 | * See the License for the specific language governing permissions and |
14 | * limitations under the License. | 14 | * limitations under the License. |
15 | */ | 15 | */ |
16 | -@import 'src/scss/constants'; | 16 | +@import '../../../scss/constants'; |
17 | 17 | ||
18 | tb-widgets-bundle-select { | 18 | tb-widgets-bundle-select { |
19 | mat-select { | 19 | mat-select { |