Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Drake <hello@victoria.dev>2021-01-01 15:32:16 +0300
committerVictoria Drake <hello@victoria.dev>2021-01-01 15:53:35 +0300
commit4df7cbf38dc61fe72f4ef38d3406ff2a4229507e (patch)
tree3642176d1bc1febdd1192353f5810c8664b905d6 /.github
parent2932037152a30e5542e947122ece0a26f148091b (diff)
Fix auto theme
- Refactor style.sass to re-import css files in each theme block - Unpin autoprefixer Close #275
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-versions.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-versions.yml b/.github/workflows/test-versions.yml
index 95a6026..768bcb8 100644
--- a/.github/workflows/test-versions.yml
+++ b/.github/workflows/test-versions.yml
@@ -25,7 +25,7 @@ jobs:
- name: Install tools
run: |
sudo apt install curl jq
- npm i -g postcss postcss-cli autoprefixer@9.8.6
+ npm i -g postcss postcss-cli autoprefixer
- name: Test with Hugo ${{ matrix.hugo }}
uses: peaceiris/actions-hugo@v2