diff --git a/README.md b/README.md index 0b2260c3..dabe7aa8 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The tool is built on top of [Vue.js](https://vuejs.org), [Vue Styleguidist](http ## Changelog -- `3.2.0` is the latest release. +- `3.5.0` is the latest release. - See [Releases page](https://github.com/viljamis/vue-design-system/releases) for the full changelog. ## Need more help? diff --git a/build/utils.js b/build/utils.js index 5b7f95bf..a26c8371 100644 --- a/build/utils.js +++ b/build/utils.js @@ -76,7 +76,7 @@ exports.cssLoaders = function(options) { outputStyle: "compressed", } - // https://vue-loader.vuejs.org/en/configurations/extract-css.html + // https://vue-loader.vuejs.org/guide/extract-css.html return { css: generateLoaders(), postcss: generateLoaders(), diff --git a/config/docs.config.js b/config/docs.config.js index 3fe75ed5..00915ddc 100644 --- a/config/docs.config.js +++ b/config/docs.config.js @@ -153,7 +153,7 @@ module.exports = { module: { rules: [ { - test: /\.(css?|scss)(\?.*)?$/, + test: /\.(css?|scss|sass)(\?.*)?$/, use: [ "style-loader", "css-loader", diff --git a/docs/components/status/Components.vue b/docs/components/status/Components.vue index 4097de73..c53a09bc 100644 --- a/docs/components/status/Components.vue +++ b/docs/components/status/Components.vue @@ -2,19 +2,19 @@