fleet/frontend/components
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
..
App Login user after setup (#1200) 2017-02-13 20:08:48 -05:00
AuthenticatedAdminRoutes Update eslint (#337) 2016-10-21 19:13:41 -04:00
AuthenticatedRoutes Resolve lots of absolute and fixed positioning issues (#571) 2016-12-06 11:55:48 -05:00
AuthenticationFormWrapper Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
Avatar Update dependencies to latest minor releases (#1803) 2018-06-04 09:58:14 -06:00
buttons Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
ClickableTableRow Add Double Click event to Packs & Query tables (#1306) 2017-02-24 17:47:32 -05:00
ClickOutside Converting JS/Radium styles to SCSS (#360) 2016-11-03 14:40:54 -05:00
EmailTokenRedirect Allows users to update their email address (#1232) 2017-02-24 10:08:59 -05:00
EnsureUnauthenticated License features (#1134) 2017-02-09 22:16:51 -05:00
flash_messages Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
Footer Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
forms Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
hosts Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
icons Update All platform text to use Icon (#1363) 2017-03-08 08:40:02 -08:00
KolideAce New query page updates (#1229) 2017-02-16 15:31:21 -05:00
loaders Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
LoginRoutes Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
modals/Modal Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
NumberPill Fixing spacing of manage packs header (#848) 2017-01-10 10:27:10 -06:00
packs Add Double Click event to Packs & Query tables (#1306) 2017-02-24 17:47:32 -05:00
queries Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
side_panels Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
SmtpWarning Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
StackedWhiteBoxes Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
UserBlock Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00