Carlos Mercado

Results 7 comments of Carlos Mercado

> /etc/chromium/policies/managed/ these lines worked for me: ```bash # to avoid a confirmation dialog for opening external URLs RUN mkdir -p /etc/opt/chrome/policies/managed RUN echo '{ "URLBlocklist": [ "msteams://*" ] }'...

@cotyembry Updated description, let me know if you need anything else. thanks!

Hi there, that would be a great feature, thanks for bringing it up!

Hi @fuhlig this was already in our plate #7 , but we discarded it since you can use your own @sass-export-section="internals" whenever you need it, event multiple times and then...

Sorry @ihorbond for the late reply, thanks for the nice work, would you take a look at the failing unit tests https://travis-ci.org/github/plentycode/sass-export/jobs/714598510?

> I'm using this library, I need to add support for french. What do you think is the best approach? > > ❤️ configuring other languages as an option of...

Hi @epireve! it might be caused by a recursive call, or circular references, a can you share how is it being implemented? so I can help you troubleshoot?