Created
May 8, 2015 19:19
-
-
Save backflip/3e49a046e67541356af6 to your computer and use it in GitHub Desktop.
inheritance.css.map (after autoprefixer)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ 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