Skip to content

Commit b01d523

Browse files
committed
Move gh link up
1 parent e4d56b6 commit b01d523

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ The missing inline block CSS editor for the Gutenberg editor. Very powerful with
1414

1515
This plugin is perfect for users looking to add CSS for blocks without needing to create a child theme, or use a bloated plugin. Client safe too. CSS won't leak outside of the block, and only valid block CSS is persisted.
1616

17+
Star it on [GitHub](https://github.com/KevinBatdorf/pattern-css)
18+
Follow me on Twitter [@kevinbatdorf](https://twitter.com/kevinbatdorf)
19+
1720
= How to =
1821
- Every block will have a new "Pattern CSS" settings panel.
1922
- Open it and add any CSS. It will be scoped to the block.
@@ -35,9 +38,6 @@ This plugin is perfect for users looking to add CSS for blocks without needing t
3538
- Minifies colors and math functions to simplify according to spec
3639
- Supports CSS nesting
3740

38-
Star it on [GitHub](https://github.com/KevinBatdorf/pattern-css)
39-
DM me on Twitter [@kevinbatdorf](https://twitter.com/kevinbatdorf)
40-
4141
= Basic Example =
4242
`/* Target the block directly */
4343
[block] {

0 commit comments

Comments
 (0)