Problem/Motivation
Follow-up of #3291797: Refactor Drupal 10 settings tray / off-canvas to use modern CSS, a & is missing that causes it to generate CSS with nested definitions.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3361839
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
Comment #4
bramdriesenComment #5
berdirSeems straight-forward enough.
Comment #6
mherchelThis is a duplicate of #3314574: Invalid PostCSS causes invalid CSS within new off-canvas CSS, but I'm all for committing this as this is an easy fix.
Comment #8
longwaveClosed the linked issue as duplicate, credited the user that came up with the same fix over there.
Comment #12
longwaveCommitted and pushed to 11.x and 10.1.x.
Backported to 10.0.x as well; the .pcss.css applied directly but the .css did not - but that could be easily fixed with
yarn build:csson commit.Thanks!