You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: