UI: Fix scss import to relative path

This commit is contained in:
Igor Kulikov 2020-04-10 15:45:53 +03:00
parent 67c8cb43e2
commit 3727d52f86

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@import 'src/scss/constants';
@import '../../../../../scss/constants';
:host {
width: 100%;