Problem/Motivation

There have been edits directly to css files in the theme, but not in the sass files. This negates that usefulness of the sass files as any new work there will override changes in the css files.

Proposed resolution

Resync the sass and css and never edit the css directly ever again.

Remaining tasks

  • Sync changes in global.styles.css to global.styles.scss
  • Sync changes in commons-media.css to commons-media.scss
CommentFileSizeAuthor
#1 issue-2215695-1-resync-css-sass.patch10.4 KBZarabadoo
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Zarabadoo’s picture

Status: Active » Needs review
FileSize
10.4 KB

Here is the initial pass at making this work. There are some small changes, compared to the current state. I tried to make sure things were as simple as possible.

Zarabadoo’s picture

Status: Needs review » Fixed

Committed patch from #1: https://drupal.org/node/2215695

Status: Fixed » Closed (fixed)

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