# codoc/0.9.61/dist/blocks.style.build.css

codoc, version 0.9.61. 19 lines.

- Page: https://pluginprobe.com/plugins/codoc/0.9.61/code/dist/blocks.style.build.css
- Raw: https://pluginprobe.com/plugins/codoc/0.9.61/raw/dist/blocks.style.build.css
- Modified: 2026-09-25T05:40:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/codoc/0.9.61/code/dist/blocks.style.build.css#L10-L20`.

```css
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-block-wordpress {
  background: orangered;
  border: 0.2rem solid rgb(41, 41, 41);
  color: rgb(41, 41, 41);
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem;
}
```
