godaddy-wordpress / styles
Installs: 59 480
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.6
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-29 06:19:44 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 update
to update thecomposer.lock
file. - Validate
composer.json
withcomposer validate
. - Push updates and publish a new release in GitHub.