diff --git a/CHANGELOG.md b/CHANGELOG.md index abc7bdf..aa05869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.4.1 + +- Bugfix: CSS scoping issue + ## v1.4.0 - SCSS has been converted to basic CSS, so you don't have to install a SCSS compiler anymore diff --git a/README.md b/README.md index c6245d3..530234c 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ See the [Demo.vue](src/Demo/Demo.vue) file corresponding to the [live demo](http Styling can be done either by writing CSS variables or by overloading CSS properties using [`!important`](https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity#How_!important_can_be_used). -**:blue_book: Check the CSS variables list and default values in the [default stylesheet](src/Bar/imports/bar-default-styles.css).** +**:blue_book: Check the CSS variables list and default values in the [Bar.vue stylesheet](src/Bar/Bar.vue#L72).** ###### :speech_balloon: If you need some variables that are missing, edit the stylesheet then submit a PR. diff --git a/src/Bar/Bar.vue b/src/Bar/Bar.vue index cd5fb11..e799092 100644 --- a/src/Bar/Bar.vue +++ b/src/Bar/Bar.vue @@ -70,5 +70,203 @@ export default {