hsass icon indicating copy to clipboard operation
hsass copied to clipboard

Integrating Sass into Haskell applications.

Results 1 hsass issues
Sort by recently updated
recently updated
newest added

Say that I have the function `foo` and the following sass ```sass h1::before { content: foo() } ``` What might I want `foo` to return? I either want what libsass...

enhancement
help wanted