Skip to content

Commit d48b3a3

Browse files
committed
improves
1 parent 8c6b713 commit d48b3a3

File tree

7 files changed

+67
-16157
lines changed

7 files changed

+67
-16157
lines changed

src/TablerPreset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ protected static function updateSass()
6767
(new Filesystem())->ensureDirectoryExists(resource_path('sass'));
6868

6969
// self::recursive_copy(__DIR__ . '/../tabler-stubs/bootstrap/tabler/scss', 'sass/tabler');
70-
copy(__DIR__ . '/../tabler-stubs/bootstrap/tabler.scss', resource_path('sass/tabler.scss'));
70+
copy(__DIR__ . '/../tabler-stubs/bootstrap/tabler.min.css', resource_path('sass/tabler.min.css'));
7171
copy(__DIR__.'/../tabler-stubs/bootstrap/app.scss', resource_path('sass/app.scss'));
7272
}
7373

tabler-stubs/bootstrap/app.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Bootstrap
2-
@import '~bootstrap/scss/bootstrap';
2+
@import '~bootstrap/dist/css/bootstrap.min.css';
33

4-
// Variables
5-
@import 'tabler';
4+
// Tabler
5+
@import 'tabler.min.css';

tabler-stubs/bootstrap/tabler.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)