mirror of
https://github.com/miggymofongo/asteroid.git
synced 2024-11-24 14:10:27 +00:00
17 lines
No EOL
664 B
SCSS
17 lines
No EOL
664 B
SCSS
/*!
|
|
* Material Icons by Material Design Authors / Google Inc. - https://material.io/icons
|
|
* Licensed under the Apache License Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0
|
|
* // through a package maintained by Ravindra Marella. - https://marella.github.io/material-icons
|
|
* // Licensed under the Apache License Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0
|
|
*/
|
|
$material-icons-font-path: '~material-icons/iconfont/';
|
|
@import "~material-icons/iconfont/material-icons.scss";
|
|
/*!
|
|
*
|
|
* # Bibi Style (℠)
|
|
*
|
|
*/
|
|
|
|
$images-path: './images';
|
|
@import "#globals";
|
|
@import "@parts"; |