greenpeace/planet4-child-theme-switzerland
最新稳定版本:v2.0.42
Composer 安装命令:
composer require greenpeace/planet4-child-theme-switzerland
包简介
Child theme for the swiss website in the Planet 4 project.
README 文档
README
Child theme for the Planet 4 Wordpress project. The related master theme’s code lives at:
https://github.com/greenpeace/planet4-master-theme.
Please check the master theme code for more information.
Development
Coding standards
Using mostly WordPress coding standards, with a few exceptions.
Make sure to use the configured code linters for PHP, JS, CSS and Markdown. See package.json for the commands.
Stylesheets
Three stylesheets are generated using SCSS:
sass src/scss/style.scss style.css --style=compressed sass src/scss/editor-style.scss admin/css/editor-style.css --style=compressed
PHPStorm settings
File watchers for SCSS
File > Settings > Tools > File Watchers
Main style.css
File Type: SCSS Style Sheet
Scope: Create a scope that:
- Includes
src/scss - Excludes
/src/scss/editor-style.scss
Program: sass
Arguments:
--no-cache --update $FileName$:$ProjectFileDir$/$FileNameWithoutExtension$.css --style compressed
Output paths to refresh:
$ProjectFileDir$/$FileNameWithoutExtension$.css
editor-style.css
File Type: SCSS Style Sheet
Scope: Create a scope that:
- Includes
src/scss - Excludes
/src/scss/style.scss
Program: sass
Arguments:
--no-cache --update $FileName$:$ProjectFileDir$/admin/css/$FileNameWithoutExtension$.css --style compressed
Output paths to refresh:
$ProjectFileDir$/admin/css/$FileNameWithoutExtension$.css
统计信息
- 总下载量: 2.55k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2019-03-29