9.0
top
← prev up next →

SASS: Bindings to libsassπŸ”— i

Bogdan Popa <bogdan@defn.io>

1IntroductionπŸ”— i

sass exposes bindings to libsass via the FFI.

2ReferenceπŸ”— i

(require sass ) package: sass

procedure

( compile/file path)string?

procedure

( compile/bytes data)string?

data:bytes?

procedure

( compile/string data)string?

data:string?
Compile a SCSS file, bytes or a string into a string of CSS. Raises exn:fail:sass? on error.

Files referenced in @import statements are searched using the value of current-include-paths.

procedure

( exn:fail:sass? v)boolean?

v:any/c

parameter

( current-include-paths)(listofpath-string? )

(current-include-pathspaths)void?
paths:(listofpath-string? )
= null
A parameter that controls where SCSS imports should be looked up.

top
← prev up next →

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /