redhataccess / foreman-plugin

Container for Foreman Plugin
13 stars 20 forks source link

Refs #47: Convert to SCSS files for proper import #54

Closed ehelms closed 3 years ago

ehelms commented 3 years ago

The prior fix switched to SCSS methods for importing and broke how the CSS files are imported. This switches to SCSS methods across the board to unify with how this is done throughout Foreman.

Additionally, the original fix did not entirely fix the problem. The sat6.css file included a mangled copy of the angular-ui-select minimized CSS that was breaking the SCSS builder form being able to process it. This change updates that code to match the upstream minimized copy of the CSS for that version of angular-ui-select.

The replaced CSS for angular-ui-select comes from https://raw.githubusercontent.com/angular-ui/ui-select/v0.17.1/dist/select.min.css

ehelms commented 3 years ago

An RPM scratch build with this fix in it: http://koji.katello.org/koji/taskinfo?taskID=376153

Bugzilla found against Satellite: https://bugzilla.redhat.com/show_bug.cgi?id=1887483