In File Explorer, go to C:\MAMP\conf\apache and open httpd.conf with your text editor.
Find this line:
# Virtual hosts
# Include conf/extra/httpd-vhosts.conf
| /* Variables */ | |
| :root { | |
| --theme-spacing: 1rem 1.25rem; | |
| --theme-font-size: 1rem; | |
| --theme-border-radius: 7px; | |
| --theme-box-shadow: rgb(0 0 0 / 22%) 0px 1px 3px 0px; | |
| /* Colors */ | |
| --iracing-blue: #224289; | |
| --iracing-red: #e2201c; |
| ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
| // iRacing paint exporter | |
| // | |
| // Created by Samuel Cordingly. (https://members.iracing.com/jforum/posts/list/3795673.page) | |
| // | |
| // Modified by Ash Kendall. ash.kendall(at)gmail.com | |
| ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
| ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
| // NOTES: |
| const mix = require('laravel-mix'); | |
| const ImageminPlugin = require('imagemin-webpack-plugin').default; | |
| require('laravel-mix-tailwind'); | |
| require('laravel-mix-purgecss'); | |
| const assetsPath = 'resources/assets'; | |
| const distPath = './dist'; | |
| const publicPath = '/wp-content/themes/THEME_NAME'; |
| const mix = require('laravel-mix'); | |
| const url = 'http://lab.tinypixel.test'; | |
| const app = './src'; | |
| const config = './config'; | |
| const resources = './resources'; | |
| const assets = './resources/assets'; | |
| const dist = './dist'; | |
| const externals = { |
| [ | |
| { | |
| "Name": "Audi 90 GTO", | |
| "ID": 83, | |
| "CarsInClass": [ | |
| { | |
| "Name": "Audi 90 GTO", | |
| "ID": 76 | |
| } | |
| ] |
WordPress is popular because it's easy to setup without much technical know-how. However, to build a more robust PHP project with command line deployments, updates and ongoing maintenance, working with WordPress out-of-the-box raises specific challenges:
First let's make sure HB is updated. Open up terminal for the following steps.
$ brew update
/*
Read a ini file
[Section1]
Param1=value1
[Section2]
Param2=value2
| //-------------------------------------------------------------- | |
| // Gravity Forms | |
| // Visit this link for CSS Targeting Examples - Very Helpful | |
| // https://www.gravityhelp.com/documentation/article/css-targeting-examples/ | |
| // | |
| // BASE STYLES | |
| // FORM HEADER | |
| // FORM FOOTER | |
| // CONFIRMATION MESSAGE | |
| // SELECTS |