From 1447ee6e8c0a52bd4e0159efce75ab9ae44f3b6a Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Fri, 26 Mar 2021 12:07:52 +0100 Subject: [PATCH] config: update for doks v0.2.2 --- CHANGELOG.md | 15 --------------- config/postcss.config.js | 1 + 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index c10e4cf..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,15 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. - -### 0.2.2 (2021-03-26) - - -### Features - -* add doks as a node module ([cfed05e](https://github.com/h-enk/doks/commit/cfed05efaf7b4191b2bdca4c91405c6cabc8396c)) - - -### Dependencies - -* bump versions to latest ([997a7dd](https://github.com/h-enk/doks/commit/997a7dd7250b3dc0fe23c92ebf83ed21c9ba2d6b)) diff --git a/config/postcss.config.js b/config/postcss.config.js index 5659a95..518ad76 100644 --- a/config/postcss.config.js +++ b/config/postcss.config.js @@ -24,6 +24,7 @@ module.exports = { './node_modules/@hyas/doks/assets/scss/common/_variables.scss', './node_modules/@hyas/doks/assets/scss/components/_doks.scss', './node_modules/@hyas/doks/assets/scss/components/_code.scss', + './node_modules/@hyas/doks/assets/scss/components/_buttons.scss', './node_modules/@hyas/doks/assets/scss/components/_search.scss', './node_modules/@hyas/doks/assets/scss/common/_dark.scss', './node_modules/katex/dist/katex.css',