Results 59 issues of Ben Dwyer
trafficstars

The code is: ``` .wp-block-rss { padding-left: 0; > li { list-style: none; } // Vertical margins logic &:not(.is-grid) > li { margin-top: calc(1.666 * var(--global--spacing-vertical)); margin-bottom: calc(1.666 * var(--global--spacing-vertical));...

The code is [here](https://github.com/WordPress/twentytwentyone/tree/trunk/assets/sass/05-blocks/quote). From #82

The code is [here](https://github.com/WordPress/twentytwentyone/tree/trunk/assets/sass/05-blocks/file). From #82

From #82 The rules are: styles.scss: ``` ul, ol { font-family: var(--list--font-family); margin: 0; padding-left: calc(2 * var(--global--spacing-horizontal)); // Utility classes &.aligncenter { list-style-position: inside; padding: 0; } &.alignright {...

The code is [here](https://github.com/WordPress/twentytwentyone/tree/trunk/assets/sass/05-blocks/gallery). From #82

The code is [here](https://github.com/WordPress/twentytwentyone/tree/trunk/assets/sass/05-blocks/button). From #82

The code is [here](https://github.com/WordPress/twentytwentyone/tree/trunk/assets/sass/05-blocks/latest-comments). From #82 An example of the state of the comments block can be found here: https://2021blocks.wordpress.net/comment-block/ The [latest-comments block](https://github.com/WordPress/gutenberg/tree/master/packages/block-library/src/latest-comments) will need to support configurable padding. [This...

The code is [here](https://github.com/WordPress/twentytwentyone/tree/trunk/assets/sass/05-blocks/columns). From #82

The code is [here](https://github.com/WordPress/twentytwentyone/tree/trunk/assets/sass/05-blocks/table). From #82

The code is [here](https://github.com/WordPress/twentytwentyone/tree/trunk/assets/sass/05-blocks/utilities). From #82