fleet/frontend/components/UserBlock
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
..
_styles.scss Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
helpers.js Add SSO support to new user activation (#1504) 2017-05-10 11:26:05 -05:00
helpers.tests.js Stop re-rendering of page component from covering up form errors (#1104) 2017-01-27 10:41:55 -05:00
index.js Stop re-rendering of page component from covering up form errors (#1104) 2017-01-27 10:41:55 -05:00
UserBlock.jsx Stop re-rendering of page component from covering up form errors (#1104) 2017-01-27 10:41:55 -05:00
UserBlock.tests.jsx Stop re-rendering of page component from covering up form errors (#1104) 2017-01-27 10:41:55 -05:00