godaddy-wordpress / styles
Package info
github.com/godaddy-wordpress/styles
Type:wordpress-plugin
pkg:composer/godaddy-wordpress/styles
2.0.2
2022-11-30 16:26 UTC
Requires
- php: >=5.6
Requires (Dev)
This package is auto-updated.
Last update: 2026-03-01 00:38:48 UTC
README
Adding GoDaddy look and style to default WordPress components.
How to use it
- Install dependencies
npm i
- Compile the styles
npm run build
Publishing to Packagist
- Bump versions in
package.json,StylesLoader.php, andgodaddy-styles.php. - Run
composer updateto update thecomposer.lockfile. - Validate
composer.jsonwithcomposer validate. - Push updates and publish a new release in GitHub.