first commit

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-08 12:19:53 -04:00
commit 7c8c8b1c76
4586 changed files with 2050693 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
/*!
* Theme Name: Float Theme
* Description: Float Theme
* Theme URI: https://goldenowl.asia/
* Version: 1.0
* Author: goldenowl team
* Author URI: https://goldenowl.asia/
* Textdomain: float
*/
// for library
@import 'node_modules/bootstrap/dist/css/bootstrap';
$fa-font-path: 'assets/awesome-fonts';
@import 'node_modules/@fortawesome/fontawesome-free/scss/fontawesome';
@import 'node_modules/@fortawesome/fontawesome-free/scss/solid';
@import 'node_modules/@fortawesome/fontawesome-free/scss/regular';
@import 'sass/fonts/font';
@import 'sass/general';
@import 'sass/variables';
@import 'sass/mixins/mixins';
@import 'sass/layouts/header';
@import 'sass/layouts/footer';
@import 'sass/layouts/sidebar';
@import 'sass/modules/single';
@import 'sass/modules/page';
@import 'sass/modules/home';