Problem/Motivation

Using the Bootstrap 5 - SASS Starter Kit for Barrio, when compiling I get the following warning:

Module Warning (from ../../../../node_modules/postcss-loader/dist/cjs.js):
  Warning

  (12110:3) autoprefixer: end value has mixed support, consider using flex-end instead

Steps to reproduce

  • Install bootstrap_barrio and bootstrap_sass via Composer
  • Create a subtheme following the instructions from bootstrap_sass
  • Compile (I don't use Yarn & Laravel-Mix instead of NPM and Gulp, but that shouldn't matter)

Proposed resolution

Change the style definition causing this warning accordingly: align-items: end; in.media-library-wrapper .form--inline (media.scss).

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

mvonfrie created an issue. See original summary.

mvonfrie’s picture

Status: Active » Needs review
hatuhay’s picture

Status: Needs review » Fixed

  • hatuhay committed fd3db2ad on 5.5.x authored by mvonfrie
    Issue #3338414 by mvonfrie: Autoprefixer warning: end value has mixed...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.