sass / node-sass

:rainbow: Node.js bindings to libsass

Home Page:https://npmjs.org/package/node-sass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I use `@use` directive in `data`?

ckvv opened this issue · comments

This is a question, In usage

data

  • Type: String
  • Default: null
    Special: file or data must be specified

A string to pass to LibSass to compile. It is recommended that you use includePaths in conjunction with this so that LibSass can >find files when using the @import directive.

So how do I use @use directive in data?

Node sass does not support @use.