From 2e1b01a609de320a5c3e4aba02010d004258e4c9 Mon Sep 17 00:00:00 2001 From: Emruz Hossain Date: Fri, 21 Aug 2020 22:14:35 +0600 Subject: [PATCH] Fix autoprefixer workflow --- .github/workflows/autoprefixer.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/autoprefixer.yml b/.github/workflows/autoprefixer.yml index 87ff9a9..f56dfbd 100644 --- a/.github/workflows/autoprefixer.yml +++ b/.github/workflows/autoprefixer.yml @@ -28,5 +28,4 @@ jobs: title: "[Autoprefixer] Add vendor specific CSS prefixes" body: This PR adds vendor specific CSS prefixes using [postcss/autoprefixer](https://github.com/postcss/autoprefixer).

>This PR has been created automatically by Github Action [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). labels: enhancements - reviewers: - - hossainemruz + reviewers: hossainemruz