Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

Commit

Permalink
remove scoped style for easy overiding
Browse files Browse the repository at this point in the history
  • Loading branch information
Irfan Maulana committed Jun 13, 2017
1 parent 4d1ac9b commit 76fe5c5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

Binary file modified dist/index.js.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/vue2-simplert.js

Large diffs are not rendered by default.

Binary file modified dist/vue2-simplert.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue2-simplert",
"description": "Vue 2 Alert Component (SweetAlert Inspired)",
"version": "0.2.3",
"version": "0.2.4",
"license": "MIT",
"author": "Irfan Maulana (https://github.com/mazipan/)",
"homepage": "https://mazipan.github.io/vue2-simplert/",
Expand Down
4 changes: 1 addition & 3 deletions src/components/simplert/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@


<style lang="scss">
// Non-Scope style
@mixin box-sizing($box-size)
{
-webkit-box-sizing: $box-size;
Expand All @@ -89,7 +88,6 @@ html {
*, *:before, *:after {
box-sizing: inherit;
}
</style>

<style lang="scss" src="./simplert.scss" scoped></style>
<style lang="scss" src="./simplert.scss"></style>

0 comments on commit 76fe5c5

Please sign in to comment.