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
Autoprefixer has just (v9.7.1) fixed a bug where width: fit-content wasn't getting a -moz prefix for Firefox (postcss/autoprefixer#1207). Can we update the dependency to get this fix?
Autoprefixer has just (v9.7.1) fixed a bug where
width: fit-content
wasn't getting a-moz
prefix for Firefox (postcss/autoprefixer#1207). Can we update the dependency to get this fix?Also of note:
browsers
is no longer supported as an option for browserslist, it now expectsoverrideBrowserslist
. The claycli default is still usingbrowsers
(https://github.com/clay/claycli/blob/master/lib/compilation-helpers.js#L191)The text was updated successfully, but these errors were encountered: