Skip to content

Instantly share code, notes, and snippets.

@backflip
Created May 8, 2015 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save backflip/db4b657fc58fd361f44b to your computer and use it in GitHub Desktop.
Save backflip/db4b657fc58fd361f44b to your computer and use it in GitHub Desktop.
inheritance.css.map
{ version: 3,
sources:
[ 'includes/_cats.scss',
'includes/_dogs.sass',
'inheritance.scss' ],
names: [],
mappings: 'AAGA,IAAI,CAAC;EACH,UAAU,EAAE,IAAK,GADb;;ACAN,MAAM,CAAC;EACL,UAAU,EAAE,GAAI,GADV;;ACAR,MAAM,EAAE,SAAS,CAAV;EACL,MAAM,EAAE,IAAK;EACb,UAAU,EAAE,IAAK,GAFX;;AAKF,MAAM,UAAU,EAAE,UAAU,SAAS,CAA1B;EACf,SAAS,EAAE,KAAM;EACjB,WAAW,EAAE,IAAK,GAFF;;AAKlB,SAAS,CAAC;EAER,YAAY,EAAE,GAAI,GAFT',
file: 'inheritance.scss',
sourcesContent:
[ '$blue: #3bbfce;\n$margin: 16px;\n\nbody {\n background: pink;\n}\n',
'$blue: #3bbfce;\n$margin: 16px;\n\nfooter {\n background: red; }\n',
'@import "includes/cats";\n@import "includes/dogs";\n\n.error {\n border: #f00;\n background: #fdd;\n}\n\n.error.intrusion {\n font-size: 1.3em;\n font-weight: bold;\n}\n\n.badError {\n @extend .error;\n border-width: 3px;\n}\n' ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment