browsersync does not inject the css correctly, what can be happening ?, apply the command:
browser-sync start --proxy localhost/simple-grid --files "./*.*"
Up to now I have detected all kinds of .html .php .js file, but when compiling from .scss to .css it does not do anything. As you can see I have 2 consoles, 1 executes gulp (to compile sass) and the other (browser-sync).
I appreciate your help in advance.
Greetings!