You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #30384 on March 22, 2021 12:15.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
the gatsby-plugin-sass doesn't apply autoprefixer for flex or not at all on IE11 and other browser
Steps to reproduce
clone the starter from https://github.com/gatsbyjs/gatsby-starter-hello-world
npm install
npm install sass gatsby-plugin-sass
Include the plugin in your gatsby-config.js file.
plugins: [
gatsby-plugin-sass]
change the code in
src/pages/index.js
change the code in
src/pages/index.scss
gatsby develop
Expected result
on the IE11
the resulted css should be like the following
Actual result
nothing has changed in the IE
Environment
Run
gatsby info --clipboard
in your project directory and paste the output here.System:
OS: macOS 10.15.7
CPU: (12) x64 Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 12.16.1 - ~/.nvm/versions/node/v12.16.1/bin/node
Yarn: 1.22.10 - /usr/local/bin/yarn
npm: 6.14.5 - ~/.nvm/versions/node/v12.16.1/bin/npm
Languages:
Python: 2.7.16 - /usr/bin/python
Browsers:
Chrome: 89.0.4389.90
Edge: 86.0.622.43
Firefox: 86.0
Safari: 14.0.1
npmPackages:
gatsby: ^3.0.1 => 3.1.1
gatsby-plugin-postcss: ^4.1.0 => 4.1.0
gatsby-plugin-sass: ^4.1.0 => 4.1.0
npmGlobalPackages:
gatsby-cli: 2.14.0
Beta Was this translation helpful? Give feedback.
All reactions