Skip to content

Commit

Permalink
Change link to Automattic.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveclason committed Jun 25, 2018
1 parent b1331ad commit f9dc912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# gutenberg-sass
WordPress Gutenberg core block styles in a SASS-y folder.

Styles for the core blocks of WordPress Gutenberg are gathered by category into .scss files with their default values. I've used SASS naming conventions and intend this for use in WordPress themes built on [Automattic's "\_s"] (https://github.com/Automattic/_s) starter theme, and expect to compile these partials into custom themes' ```style.css.```
Styles for the core blocks of WordPress Gutenberg are gathered by category into .scss files with their default values. I've used SASS naming conventions and intend this for use in WordPress themes built on Automattic's "\_s" starter theme (https://github.com/Automattic/_s), and expect to compile these partials into custom themes' `style.css.`

The intention is to copy the default styles and comment them out so I can use just the styles necessary to get an effect by uncommenting and editing a declaration.

Expand Down

0 comments on commit f9dc912

Please sign in to comment.