Skip to content

Commit

Permalink
improves
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnestebann committed Oct 13, 2020
1 parent 8c6b713 commit d48b3a3
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 16,157 deletions.
2 changes: 1 addition & 1 deletion src/TablerPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ protected static function updateSass()
(new Filesystem())->ensureDirectoryExists(resource_path('sass'));

// self::recursive_copy(__DIR__ . '/../tabler-stubs/bootstrap/tabler/scss', 'sass/tabler');
copy(__DIR__ . '/../tabler-stubs/bootstrap/tabler.scss', resource_path('sass/tabler.scss'));
copy(__DIR__ . '/../tabler-stubs/bootstrap/tabler.min.css', resource_path('sass/tabler.min.css'));
copy(__DIR__.'/../tabler-stubs/bootstrap/app.scss', resource_path('sass/app.scss'));
}

Expand Down
6 changes: 3 additions & 3 deletions tabler-stubs/bootstrap/app.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Bootstrap
@import '~bootstrap/scss/bootstrap';
@import '~bootstrap/dist/css/bootstrap.min.css';

// Variables
@import 'tabler';
// Tabler
@import 'tabler.min.css';
6 changes: 6 additions & 0 deletions tabler-stubs/bootstrap/tabler.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit d48b3a3

Please sign in to comment.