Adopted WP standard block location

Moved blocks into a multi-block folder structure
Added url-loader for static images
Moved CSS to build dir
This commit is contained in:
Justin Foell
2020-01-31 11:26:23 -06:00
parent 93bc67e1fc
commit 5d76785ad8
19 changed files with 250 additions and 53 deletions
+9
View File
@@ -0,0 +1,9 @@
/**
* The following styles get applied inside the editor only.
*
* Replace them with your own styles or remove the file completely.
*/
.wp-block-wp-strava-activity {
border: 1px dotted #f00;
}