Installs: 53 087

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 0

Open Issues: 0

Type:wordpress-plugin

2.0.2 2022-11-30 16:26 UTC

This package is auto-updated.

Last update: 2024-04-29 04:47:46 UTC


README

Adding GoDaddy look and style to default WordPress components.

How to use it

  1. Install dependencies
npm i
  1. Compile the styles
npm run build

Publishing to Packagist

  1. Bump versions in package.json, StylesLoader.php, and godaddy-styles.php.
  2. Run composer update to update the composer.lock file.
  3. Validate composer.json with composer validate.
  4. Push updates and publish a new release in GitHub.