You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
node-sass version (node -p "require('node-sass').info"):4.9.0
npm node-sass versions (npm ls node-sass):4.9.0
how 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?
The text was updated successfully, but these errors were encountered:
npm -v
):5.6.0node -v
):8.9.4node -p process.versions
):{ http_parser: '2.7.0',node: '8.9.4',
v8: '6.1.534.50',
uv: '1.15.0',
zlib: '1.2.11',
ares: '1.10.1-DEV',
modules: '57',
nghttp2: '1.25.0',
openssl: '1.0.2n',
icu: '59.1',
unicode: '9.0',
cldr: '31.0.1',
tz: '2017b' }
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?
The text was updated successfully, but these errors were encountered: