how to import cdn css in .scss
:rainbow: Node.js bindings to libsass
Brought to you by:
imran1012000k
Originally created by: chavesgu
npm -v
):5.6.0node -v
):8.9.4node -p process.versions
):{ http_parser: '2.7.0',node -p process.platform
):darwinnode -p process.arch
):64node -p "require('node-sass').info"
):4.9.0npm ls node-sass
):4.9.0how to import cdn css in .scss?
when i use @import url('some cdn');
throw error can't find path;
but i use this in style lang='scss' it work success
why?
Ticket changed by: nschonni
Originally posted by: nschonni
Importing CSS directly into CSS isn't supported and was removed in the latest release. You can read the details in [#2362]
Related
Tickets: #2362