wp-style-edit
v1.0.0
Published
If you want to change information of a theme, you need to make changes in style.css of wordpress theme.
Downloads
3
Readme
Wordpress Style.css editor
If you want to change information of a theme, you need to make changes in style.css of wordpress theme.
This module will help you to open style.css
and change fields, add or update.
require("wp-style-edit")("./path/to/style.css").change(function (pack) {
if (pack) {
pack["Theme Name"] = "I have changed my theme name";
}
return pack;
});
in the example above, the pack
has entire values of package.