fleet/frontend/components/side_panels
Zachary Wasserman 759a69b5b7
Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973)
- Replace uses of deprecated Bourbon helpers with raw CSS
- Add autoprefixer into the build chain to prefix the now removed helpers

This process was achieved by running through each of the deprecation warnings and using the following bash function to replace it in all files:

```
function bourbon-deprecate() {
    grep -rl "@include $1" ./frontend --exclude-dir=.git | xargs sed -i '' -E "s/@include $1[(](.*)[)]/$1: \1/g"
}
```

For some helpers, this did not result in valid CSS, so manual modifications were made.

Closes #1189 #1274
2019-01-03 12:46:55 -08:00
..
HostSidePanel Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
PackDetailsSidePanel Removing 'Show All' in Query and Packs (#1275) 2017-02-23 14:18:23 -05:00
PackInfoSidePanel Flatten visual styles (#1908) 2018-09-18 14:14:13 -07:00
QueryDetailsSidePanel Fix busted scrolling after full screen query results (#1400) 2017-03-13 11:20:34 -04:00
QuerySidePanel Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
ScheduleQuerySidePanel 938 pack query inspector (#1177) 2017-02-17 13:11:43 -05:00
SecondarySidePanelContainer Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
SiteNavHeader Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
SiteNavSidePanel Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
ShowSidePanel.jsx Create packs (#516) 2016-12-21 12:25:54 -05:00