This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* fix block images aspect ratio bug */ | |
.wp-block-image img, .wp-block-image svg { | |
max-width:100%; | |
height:auto; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* put tasks.json in '__WORKINGDIRECTORY__/.vscode/' */ | |
{ | |
"version": "2.0.0", | |
"tasks": [ | |
{ | |
"type": "shell", | |
"label": "Run Browsersync", | |
"command": "browser-sync start --f \"*.*\" --proxy \"__URL__.local\"", | |
"problemMatcher": [], |
NewerOlder