24 lines
627 B
SCSS
24 lines
627 B
SCSS
/*!*
|
|
* This file is part of the SplendidBear Websites' projects.
|
|
*
|
|
* Copyright (c) 2026 @ www.splendidbear.org
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
@import "style";
|
|
@import 'fonts-config';
|
|
@import 'fontawesome-config';
|
|
|
|
@import 'mineseeker/base';
|
|
@import 'mineseeker/overlay';
|
|
@import 'mineseeker/users';
|
|
@import 'mineseeker/bomb';
|
|
@import 'mineseeker/mine-counter';
|
|
@import 'mineseeker/grid';
|
|
@import 'mineseeker/back-button';
|
|
@import 'mineseeker/timer';
|
|
@import 'mineseeker/responsive';
|
|
@import 'mineseeker/waiting-dialog';
|