/** @format */

@charset "UTF-8";
/**
* Theme Name: WP Boilerplate
* Author: Mark Lanham
* Author URI: http://wp-boilerplate:8888
* Description: Custom theme by Mark Lanham
* Version: 1.0
* WP Boilerplate Theme © 2022
* Add support for custom CSS location by adding the following code to the functions.php file:
* add_action( 'wp_enqueue_scripts', 'enqueue_theme_css' );
*  function enqueue_theme_css()
*  {
*   wp_enqueue_style(
*     'main',
*     get_template_directory_uri() . '/public/build/main.css'
*   );
*  }
* /* assets/styles/app.css
*
* @format
*/
/* Main entry point */
