Skip to content

Commit

Permalink
Revert "Disable force css including"
Browse files Browse the repository at this point in the history
This reverts commit a2f1728.
  • Loading branch information
avil13 committed Jun 29, 2020
1 parent cf1af82 commit 90d691b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-sweetalert2",
"version": "3.0.5",
"version": "3.0.3",
"description": "Simple Vue sweetalert2 package",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Vue from 'vue';

import Swal, {SweetAlertOptions} from 'sweetalert2/dist/sweetalert2.js';
import Swal, {SweetAlertOptions} from 'sweetalert2';
import swalLocalInstance from 'sweetalert2/dist/sweetalert2.js';

type VueSwalInstance = typeof Swal.fire;
Expand Down

1 comment on commit 90d691b

@AleeeKoi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @avil13
Why did you revert? Including from general sweetalert2 it will include css and it is not possible to mange styles manually.

Please sign in to comment.