first commit
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user