This repository has been archived by the owner on Sep 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
145 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?php | ||
/** | ||
* @package bulmawp | ||
* @since 0.1 | ||
* @version 0.3 | ||
* @since 0.1.0 | ||
* @version 0.4.0 | ||
*/ | ||
|
||
get_header(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
@import "../../../node_modules/bulma/sass/utilities/initial-variables" | ||
@import "../../../node_modules/bulma/sass/utilities/mixins" | ||
@import "../../node_modules/bulma/sass/utilities/initial-variables" | ||
@import "../../node_modules/bulma/sass/utilities/mixins" | ||
|
||
// Change the derived variables and add your own custom styles here | ||
@import "../../../node_modules/bulma/sass/utilities/functions" | ||
@import "../../../node_modules/bulma/sass/utilities/derived-variables" | ||
@import "../../../node_modules/bulma/sass/utilities/controls" | ||
@import "../../node_modules/bulma/sass/utilities/functions" | ||
@import "../../node_modules/bulma/sass/utilities/derived-variables" | ||
@import "../../node_modules/bulma/sass/utilities/controls" | ||
|
||
// Import the components/elements you need here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?php | ||
/** | ||
* @package bulmawp | ||
* @since 0.1 | ||
* @version 0.3 | ||
* @since 0.1.0 | ||
* @version 0.4.0 | ||
*/ | ||
?> | ||
<!DOCTYPE html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.