# canvas/2.4.9/components/basic-elements/block-progress/block-editor.css

Canvas, version 2.4.9. 10 lines.

- Page: https://pluginprobe.com/plugins/canvas/2.4.9/code/components/basic-elements/block-progress/block-editor.css
- Raw: https://pluginprobe.com/plugins/canvas/2.4.9/raw/components/basic-elements/block-progress/block-editor.css
- Modified: 2025-05-27T05:50: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/canvas/2.4.9/code/components/basic-elements/block-progress/block-editor.css#L10-L20`.

```css
/**
 * All of the CSS for your block editor functionality should be
 * included in this file.
 */
/*--------------------------------------------------------------*/
.cnvs-block-progress-bar {
	-webkit-transition: none;
	transition: none;
}

```
