Bad references for LESS shim

Was getting errors trying to import the shims.  fixing these references seemed to solve it.
This commit is contained in:
Travis Dahl 2018-06-25 02:59:25 -07:00 committed by GitHub
parent 4092d1e1a3
commit db79715044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,5 +2,5 @@
* Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@import 'variables';
@import 'shims';
@import '_variables.less';
@import '_shims.less';