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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | issue-2215695-1-resync-css-sass.patch | 10.4 KB | Zarabadoo |
Comments
Comment #1
Zarabadoo commentedHere 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.
Comment #2
Zarabadoo commentedCommitted patch from #1: https://drupal.org/node/2215695