DenoDDeno
Powered by
wauterboiW
Denoβ€’3y agoβ€’
2 replies
wauterboi

Deno for SASS dependencies?

I'm trying to understand how I would migrate from Jekyll and NPM to Lume and Deno. Specifically, I used NPM to install some dependencies:

{
  "dependencies": {
    "breakpoint-sass": "^3.0.0",
    "normalize-scss": "^7.0.1"
  }
}
{
  "dependencies": {
    "breakpoint-sass": "^3.0.0",
    "normalize-scss": "^7.0.1"
  }
}


I would then instruct Jekyll to include
node_modules
node_modules
when attempting to resolve SCSS filepaths.

I'm not sure what the approach would be for Deno. Since these aren't libraries I'm actually using within my code, it seems inappropriate to stick them inside import maps. Would the solution be to use
package.json
package.json
and install using NPM as normal, or is there a better way to handle these SASS frameworks?
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Analyze dependencies for deno compile
kittyamazing_Kkittyamazing_ / help
2y ago
Installing Deno dependencies error for NX repo
CMKPCCMKP / help
2y ago
Resolving Dependencies for Local ESM NPM Packages in Deno
staytuned_teamSstaytuned_team / help
14mo ago
Remove Dependencies from `deno.lock` file
CJCCJ / help
3y ago