blob: 63068d918b6a0b4c79a15e3ed31e78faeb1d283e [file] [log] [blame]
{
"version": 3,
"sources": [
"app.scss"
],
"names": [],
"sections": [
{
"offset": {
"line": 5,
"column": 23
},
"map": {
"mappings": "AAKA;EAEQ,gBALQ;EAMR,kBAA2B,EAC9B;;AAJL;EAMQ,aAXK,EAiBR;EAZL;IASY,YAAW;IACX,wBAdC,EAeJ;;AAIT;EACI,aAlBS,EAmBZ",
"sources": [
"app.scss"
],
"names": [],
"file": "app.scss",
"version": 3,
"sourceRoot": "",
"sourcesContent": [
"$color: green;\n$bgcol: white;\n$font-size: 14px;\n$padding: 5px;\n\nbody {\n .test {\n font-size: $font-size;\n line-height: 2 * $font-size;\n }\n .test {\n color: $color;\n\n &::after {\n content: \"\";\n background-color: $bgcol;\n }\n }\n}\n\nbody .test {\n padding: $padding;\n}\n"
]
}
}
],
"file": "app.scss",
"sourcesContent": [
"$color: green;\n$bgcol: white;\n$font-size: 14px;\n$padding: 5px;\n\nbody {\n .test {\n font-size: $font-size;\n line-height: 2 * $font-size;\n }\n .test {\n color: $color;\n\n &::after {\n content: \"\";\n background-color: $bgcol;\n }\n }\n}\n\nbody .test {\n padding: $padding;\n}\n"
],
"sourceRoot": ""
}