Skip to content

Instantly share code, notes, and snippets.

@jedfoster
Last active February 28, 2016 00:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jedfoster/6185997 to your computer and use it in GitHub Desktop.
Save jedfoster/6185997 to your computer and use it in GitHub Desktop.
SassMeister.com query string configuration

You can now append query string parameters to pre-configure SassMeister with a syntax, extension, or output style.

Available options are:

  • syntax: sass or scss
  • extension: any extension that SassMeister currently supports, by Gem name
  • output: expanded, nested, compact, or compressed

Examples

The following URL loads Breakpoint, with the Sass syntax and compact output:

sassmeister.com/?extension=breakpoint&syntax=sass&output=compact

You can load multiple extensions by separating them with commas (,):

sassmeister.com/?extension=breakpoint,modular-scale

The extensions will be loaded in the order listed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment