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
Is this for documenting how to use Sass macros and functions? So we would need to render the Sass example in an environment that includes the Sass sassdoc is being run on, right?
l'm not quite sure how to tackle this. The challenges are:
sassdoc operates on a list of sass files, and there's no info about which one is meant to be the main entry point so that we know what to import as the environment to render the example in. So I don't think there's a way around adding a config option to specify this.
Even if we know what to import, I don't know a way to make node-sass operate in two stages so that it first imports all the Sass without rendering it, and then renders just the example using the former as an environment.
jgerigmeyer
changed the title
I want Sass examples to be compiled automtically
I want Sass examples to be compiled automatically
Jan 17, 2017
Same as
njk
examples.The text was updated successfully, but these errors were encountered: