Related questions
What do /deep/ and ::shadow mean in a CSS selector?
In looking at Polymer, I see the following CSS selector in the Styles tab of Chrome 37's developer tools:
I've also seen a selector with pseudo selector ::shadow.
So, what do /deep/ and ::shadow in a CSS selector mean?
Error: Cannot find module 'browser-sync'
When am trying to start gulp serve
Its raise an error
module.js:338
throw err;
^
Error: Cannot find module 'browser-sync'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.…