From d89b9db56e4ffa9768ab557f78edf4b1e9e8e72e Mon Sep 17 00:00:00 2001 From: lights0123 Date: Sat, 26 Sep 2020 20:48:39 -0400 Subject: [PATCH] Get a Windows cache --- .github/workflows/ci.yml | 18 +++++++++--------- postcss.config.js | 4 +++- src/components/DeviceSelect.vue | 2 +- tailwind.config.js | 2 +- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2650192..7220f4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,12 +58,12 @@ jobs: sudo apt-get install -y webkit2gtk-4.0 squashfs-tools - name: install app dependencies run: yarn - - uses: tauri-apps/tauri-action@v0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - npmScript: "tauri:build" - - uses: actions/upload-artifact@v2 - with: - name: my-artifact ${{ matrix.node-version }} - path: src-tauri/target/release/bundle +# - uses: tauri-apps/tauri-action@v0 +# env: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# with: +# npmScript: "tauri:build" +# - uses: actions/upload-artifact@v2 +# with: +# name: my-artifact ${{ matrix.node-version }} +# path: src-tauri/target/release/bundle diff --git a/postcss.config.js b/postcss.config.js index 76924c0..c55d142 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,7 +1,9 @@ module.exports = { plugins: { tailwindcss: {}, - 'vue-cli-plugin-tailwind/purgecss': {}, + 'vue-cli-plugin-tailwind/purgecss': { + whitelistPatternsChildren: [/^el-/], + }, autoprefixer: {} } } diff --git a/src/components/DeviceSelect.vue b/src/components/DeviceSelect.vue index 6c5fef0..9e19742 100644 --- a/src/components/DeviceSelect.vue +++ b/src/components/DeviceSelect.vue @@ -3,7 +3,7 @@
+ class="block w-full bg-white border border-gray-400 hover:border-gray-500 px-4 py-3/2 pr-8 rounded shadow leading-tight focus:outline-none focus:shadow-outline h-8 truncate"> {{ selectedCalculator }} {{ calc.info.name }} diff --git a/tailwind.config.js b/tailwind.config.js index 129d463..401bc21 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -32,7 +32,7 @@ module.exports = { }, padding: { '2.5': '0.625em', - '1.5': '0.375em', + '3/2': '0.375em', }, colors: { ui: {