Skip to content

Commit 4332534

Browse files
committed
refactor: ignore node_modules in import path
1 parent 5cf3610 commit 4332534

File tree

5 files changed

+8
-21
lines changed

5 files changed

+8
-21
lines changed

src/components/logs-viewer/logs-viewer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import '../../styles/config';
2-
@import 'node_modules/xterm/css/xterm';
2+
@import 'xterm/css/xterm';
33

44
.logs-viewer {
55
font: normal 13px/1.2 'Courier', sans-serif;

src/components/sliding-panel/sliding-panel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'node_modules/foundation-sites/scss/util/util';
1+
@import 'foundation-sites/scss/util/util';
22

33
@import '../../styles/config';
44
@import '../../styles/theme';

src/components/top-bar/top-bar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import '../../styles/config';
2-
@import 'node_modules/foundation-sites/scss/util/util';
2+
@import 'foundation-sites/scss/util/util';
33
@import '../../styles/theme';
44

55
.top-bar {

src/styles/main.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
@import './config';
22
@import './argo-icon';
33

4-
@import 'node_modules/foundation-sites/scss/foundation';
5-
@import 'node_modules/@fortawesome/fontawesome-free/scss/fontawesome';
6-
@import 'node_modules/@fortawesome/fontawesome-free/scss/solid';
7-
@import 'node_modules/@fortawesome/fontawesome-free/scss/brands';
8-
@import 'node_modules/@fortawesome/fontawesome-free/scss/regular';
4+
@import 'foundation-sites/scss/foundation';
5+
@import '@fortawesome/fontawesome-free/scss/fontawesome';
6+
@import '@fortawesome/fontawesome-free/scss/solid';
7+
@import '@fortawesome/fontawesome-free/scss/brands';
8+
@import '@fortawesome/fontawesome-free/scss/regular';
99

1010
@include foundation-global-styles;
1111
@include foundation-flex-classes;

yarn.lock

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3169,11 +3169,6 @@ ansi-regex@^2.0.0:
31693169
version "2.1.1"
31703170
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
31713171

3172-
ansi-regex@^3.0.0:
3173-
version "3.0.1"
3174-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.1.tgz#123d6479e92ad45ad897d4054e3c7ca7db4944e1"
3175-
integrity sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==
3176-
31773172
ansi-regex@^4.1.0:
31783173
version "4.1.0"
31793174
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
@@ -11175,13 +11170,6 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1:
1117511170
dependencies:
1117611171
ansi-regex "^2.0.0"
1117711172

11178-
strip-ansi@^4.0.0:
11179-
version "4.0.0"
11180-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f"
11181-
integrity sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==
11182-
dependencies:
11183-
ansi-regex "^3.0.0"
11184-
1118511173
strip-ansi@^5.1.0:
1118611174
version "5.2.0"
1118711175
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
@@ -11190,7 +11178,6 @@ strip-ansi@^5.1.0:
1119011178
ansi-regex "^4.1.0"
1119111179

1119211180
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11193-
name strip-ansi-cjs
1119411181
version "6.0.1"
1119511182
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1119611183
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)