Commit f446e749ba3468e0c52ec49bfd2c92cf8af69c69

Authored by Igor Kulikov
1 parent 3727d52f

UI: Fix scss import to relative path

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