diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-08-02 16:10:57 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-02 16:10:57 -0600 |
| commit | 7fda8916eb2ae6a936cf1fd1291b135799fe2b52 (patch) | |
| tree | 5a40174a657ed8ee12c4d4a28dddb257c85870c7 /src/stylesheets/postcss.config.js | |
| parent | 449e0bcc1ef79340d9dd688a96e548efab54477b (diff) | |
resolves #4118 use autoprefixer to manage browser prefixes in default stylesheet (PR #4120)
Diffstat (limited to 'src/stylesheets/postcss.config.js')
| -rw-r--r-- | src/stylesheets/postcss.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stylesheets/postcss.config.js b/src/stylesheets/postcss.config.js index 15e2b612..a379527d 100644 --- a/src/stylesheets/postcss.config.js +++ b/src/stylesheets/postcss.config.js @@ -1,5 +1,6 @@ module.exports = (ctx) => ({ plugins: { + autoprefixer: true, cssnano: { // refer to https://cssnano.co/docs/optimisations to understand this preset preset: [ |
