Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API for compilation #60

Open
Piedone opened this issue Sep 24, 2012 · 1 comment
Open

API for compilation #60

Piedone opened this issue Sep 24, 2012 · 1 comment

Comments

@Piedone
Copy link

Piedone commented Sep 24, 2012

It would be awesome to have an API that can be properly used from other code and what asks for a string and gives a compiled string back. The current Compile() method on SassCompiler is problematic, because the assumption that a SASS content is always a physical file on the local file system isn't always true.

@mmadden
Copy link

mmadden commented Oct 26, 2012

That's what I'm looking for to support user-defined themes which would simply override ZURB Foundation variables: a SASS/SCSS compiler that can be invoked from code with a string and also respects import/include directives (I'm new to SCSS) to load additional files from the server's file system. Then I could make the switch from dotLess and Bootstrap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants