Skip to content

Instantly share code, notes, and snippets.

@backflip
Created May 8, 2015 19:19
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/3e49a046e67541356af6 to your computer and use it in GitHub Desktop.
Save backflip/3e49a046e67541356af6 to your computer and use it in GitHub Desktop.
inheritance.css.map (after autoprefixer)
{ version: 3,
sources: [ 'inheritance.css' ],
names: [],
mappings: 'AAAA;EACE,iBAAiB,EAAE;;AAErB;EACE,gBAAgB,EAAE;;AAEpB;EACE,aAAa;EACb,iBAAiB,EAAE;;AAErB;EACE,iBAAiB;EACjB,kBAAkB,EAAE;;AAEtB;EACE,kBAAkB,EAAE',
file: 'inheritance.css',
sourcesContent: [ 'body {\n background: pink; }\n\nfooter {\n background: red; }\n\n.error, .badError {\n border: #f00;\n background: #fdd; }\n\n.error.intrusion, .intrusion.badError {\n font-size: 1.3em;\n font-weight: bold; }\n\n.badError {\n border-width: 3px; }\n' ],
sourceRoot: '/source/' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment