diff --git a/src/front/banner/index.css b/src/front/banner/index.css index 1523f7b..ee76157 100644 --- a/src/front/banner/index.css +++ b/src/front/banner/index.css @@ -1,4 +1,4 @@ -@import 'tachyons/css/tachyons.css'; +@import '../../../node_modules/tachyons/css/tachyons.css'; body { background-color: #111; diff --git a/src/front/banner/index.html b/src/front/banner/index.html index 42db837..f805caa 100644 --- a/src/front/banner/index.html +++ b/src/front/banner/index.html @@ -8,6 +8,6 @@
- + diff --git a/src/front/base.css b/src/front/base.css index 7ea6f3c..f4fa015 100644 --- a/src/front/base.css +++ b/src/front/base.css @@ -1,5 +1,5 @@ -@import 'spectre.css/dist/spectre.min.css'; -@import 'tachyons/css/tachyons.min.css'; +@import '../../node_modules/spectre.css/dist/spectre.css'; +@import '../../node_modules/tachyons/css/tachyons.css'; body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', diff --git a/src/front/settings/index.html b/src/front/settings/index.html index 2d6f78f..5537fa7 100644 --- a/src/front/settings/index.html +++ b/src/front/settings/index.html @@ -8,6 +8,6 @@
- +