cd theme
yarn && yarn build
docker-compose up -d
cd theme
yarn start
Open localhost:3000
List all LINT issues:
yarn lint
Colors are defined at several places:
_global.scss
- CSS stylesapp/admin.php
- Theme Customization settingsresources/assets/scripts/section-button.js
- UI button.
Menus are added in app/setup.php
. Search for: register_nav_menus
.
app/filters.php
- list of classes for the editor._shortcodes.scss
- class definitions._tinymce.scss
- special styles for the editor.
app/setup.php
_shortcodes.scss
- shortcode styles