diff --git a/styles/build/build.dart b/styles/build/build.dart index a3180c717..fffbb3041 100644 --- a/styles/build/build.dart +++ b/styles/build/build.dart @@ -8,17 +8,18 @@ void main(List arguments) { throw Exception('Input argument not given.'); } - var inputFile = arguments[0]; - var outputFile = arguments[1]; - + var inputFilePath = arguments[0]; + var outputFilePath = arguments[1]; var stylesPath = "${Directory.current.path}/styles/"; + var styleName = inputFilePath.split('/')[3]; + if (File(stylesPath).existsSync()) { throw Exception('Cannot find styles root directory.'); } sass.Callable toDataUri = new sass.Callable.function('toDataUri', r'$type, $path', (arguments) { - var pathString = arguments[1].toString().replaceAll('"', ''); var typeString = arguments[0].toString().replaceAll('"', ''); + var pathString = arguments[1].toString().replaceAll('"', ''); var fileData = File("${stylesPath}${pathString}").readAsBytesSync(); var encoded = base64Encode(fileData); var dataUri = "data:image/${typeString};base64,${encoded}"; @@ -27,7 +28,7 @@ void main(List arguments) { var startTime = DateTime.now(); var result = sass.compileToResult( - inputFile, + inputFilePath, loadPaths: {stylesPath}, sourceMap: true, functions: [toDataUri] @@ -35,9 +36,17 @@ void main(List arguments) { var endTime = DateTime.now(); print("compile time is: ${endTime.difference(startTime)}"); - if ((result.css.length > 0) & (outputFile.length > 0)) { - new File(outputFile).writeAsStringSync(result.css); - new File("${outputFile}.map").writeAsStringSync(json.encode(result.sourceMap.toJson())); + if ((result.css.length > 0) & (outputFilePath.length > 0)) { + var outputFile = new File(outputFilePath); + outputFile.writeAsStringSync(result.css); + // Replace all absolute mapping paths with relative + var map_json = result.sourceMap.toJson(); + map_json['sources'] = result.sourceMap.urls.map( + (path) => path.replaceFirst("file:///code/styles", "../build/..") + ).toList(); + // Write map file & append map path to css + new File("${outputFilePath}.map").writeAsStringSync(json.encode(map_json)); + outputFile.writeAsStringSync("\n/*# sourceMappingURL=${styleName}-pdf.css.map */\n", mode: FileMode.append); } else { throw Exception("Empty output"); } diff --git a/styles/output/accounting-pdf.css b/styles/output/accounting-pdf.css index 356b7be0f..442ebc752 100644 --- a/styles/output/accounting-pdf.css +++ b/styles/output/accounting-pdf.css @@ -4586,4 +4586,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { line-height: 1.5rem; margin-bottom: 0.7rem; font-weight: bold; -} \ No newline at end of file +} +/*# sourceMappingURL=accounting-pdf.css.map */ diff --git a/styles/output/american-government-pdf.css b/styles/output/american-government-pdf.css index c7a50f777..acb4c1d61 100644 --- a/styles/output/american-government-pdf.css +++ b/styles/output/american-government-pdf.css @@ -2946,4 +2946,5 @@ a[data-type=cite] { .os-eob [data-type=solution] > .os-solution-container > p { display: inline; -} \ No newline at end of file +} +/*# sourceMappingURL=american-government-pdf.css.map */ diff --git a/styles/output/anatomy-pdf.css b/styles/output/anatomy-pdf.css index 27caf2fc1..b22405453 100644 --- a/styles/output/anatomy-pdf.css +++ b/styles/output/anatomy-pdf.css @@ -2760,4 +2760,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-references-container > div > section > p { text-indent: -16px; padding-left: 16px; -} \ No newline at end of file +} +/*# sourceMappingURL=anatomy-pdf.css.map */ diff --git a/styles/output/anthropology-pdf.css b/styles/output/anthropology-pdf.css index 5329be215..7877625db 100644 --- a/styles/output/anthropology-pdf.css +++ b/styles/output/anthropology-pdf.css @@ -2550,4 +2550,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-index-container > .group-by > .os-index-item > .os-term-section-link { content: target-counter(attr(href, url), page); -} \ No newline at end of file +} +/*# sourceMappingURL=anthropology-pdf.css.map */ diff --git a/styles/output/ap-biology-pdf.css b/styles/output/ap-biology-pdf.css index cd4a6aa78..835fa45af 100644 --- a/styles/output/ap-biology-pdf.css +++ b/styles/output/ap-biology-pdf.css @@ -3691,4 +3691,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { vertical-align: bottom; padding-top: 0.7rem; width: 100%; -} \ No newline at end of file +} +/*# sourceMappingURL=ap-biology-pdf.css.map */ diff --git a/styles/output/ap-physics-2e-pdf.css b/styles/output/ap-physics-2e-pdf.css index 0711b18e9..fb905453e 100644 --- a/styles/output/ap-physics-2e-pdf.css +++ b/styles/output/ap-physics-2e-pdf.css @@ -3048,4 +3048,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-eoc > section > [data-type=exercise] { page-break-inside: inherit; -} \ No newline at end of file +} +/*# sourceMappingURL=ap-physics-2e-pdf.css.map */ diff --git a/styles/output/ap-physics-pdf.css b/styles/output/ap-physics-pdf.css index f49fd7a62..0385cf1ff 100644 --- a/styles/output/ap-physics-pdf.css +++ b/styles/output/ap-physics-pdf.css @@ -2876,4 +2876,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-index-container > .group-by > .os-index-item > .os-term-section-link { content: target-counter(attr(href, url), page); -} \ No newline at end of file +} +/*# sourceMappingURL=ap-physics-pdf.css.map */ diff --git a/styles/output/astronomy-pdf.css b/styles/output/astronomy-pdf.css index e94d53d8f..53cc5a79e 100644 --- a/styles/output/astronomy-pdf.css +++ b/styles/output/astronomy-pdf.css @@ -4002,4 +4002,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .making-connections > .os-note-body > [data-type=exercise] > [data-type=solution] > .os-title-label { font-weight: bold; -} \ No newline at end of file +} +/*# sourceMappingURL=astronomy-pdf.css.map */ diff --git a/styles/output/bca-pdf.css b/styles/output/bca-pdf.css index b0bee7848..30a649818 100644 --- a/styles/output/bca-pdf.css +++ b/styles/output/bca-pdf.css @@ -5242,4 +5242,5 @@ a[data-type=cite] { vertical-align: bottom; padding-top: 0.7rem; width: 100%; -} \ No newline at end of file +} +/*# sourceMappingURL=bca-pdf.css.map */ diff --git a/styles/output/biology-pdf.css b/styles/output/biology-pdf.css index 19a3d1ddd..2a7ef10aa 100644 --- a/styles/output/biology-pdf.css +++ b/styles/output/biology-pdf.css @@ -3182,4 +3182,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-index-container > .group-by > .os-index-item > .os-term-section-link { content: target-counter(attr(href, url), page); -} \ No newline at end of file +} +/*# sourceMappingURL=biology-pdf.css.map */ diff --git a/styles/output/business-ethics-pdf.css b/styles/output/business-ethics-pdf.css index f198131df..1e4114d94 100644 --- a/styles/output/business-ethics-pdf.css +++ b/styles/output/business-ethics-pdf.css @@ -3962,4 +3962,5 @@ a[data-type=cite] { .os-index-container > .group-by > .os-index-item > .os-term-section-link { content: target-counter(attr(href, url), page); -} \ No newline at end of file +} +/*# sourceMappingURL=business-ethics-pdf.css.map */ diff --git a/styles/output/calculus-pdf.css b/styles/output/calculus-pdf.css index c0dd25cd3..fdf5777b4 100644 --- a/styles/output/calculus-pdf.css +++ b/styles/output/calculus-pdf.css @@ -3762,4 +3762,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-index-container > .group-by > .os-index-item > .os-term-section-link { content: target-counter(attr(href, url), page); -} \ No newline at end of file +} +/*# sourceMappingURL=calculus-pdf.css.map */ diff --git a/styles/output/chemistry-pdf.css b/styles/output/chemistry-pdf.css index 5dd988b98..09099d495 100644 --- a/styles/output/chemistry-pdf.css +++ b/styles/output/chemistry-pdf.css @@ -2964,4 +2964,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { vertical-align: bottom; padding-top: 0.7rem; width: 100%; -} \ No newline at end of file +} +/*# sourceMappingURL=chemistry-pdf.css.map */ diff --git a/styles/output/college-physics-2e-pdf.css b/styles/output/college-physics-2e-pdf.css index 4ab65d770..febc55f8a 100644 --- a/styles/output/college-physics-2e-pdf.css +++ b/styles/output/college-physics-2e-pdf.css @@ -3050,4 +3050,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { vertical-align: bottom; padding-top: 0.7rem; width: 100%; -} \ No newline at end of file +} +/*# sourceMappingURL=college-physics-2e-pdf.css.map */ diff --git a/styles/output/college-physics-pdf.css b/styles/output/college-physics-pdf.css index f49fd7a62..015413da1 100644 --- a/styles/output/college-physics-pdf.css +++ b/styles/output/college-physics-pdf.css @@ -2876,4 +2876,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-index-container > .group-by > .os-index-item > .os-term-section-link { content: target-counter(attr(href, url), page); -} \ No newline at end of file +} +/*# sourceMappingURL=college-physics-pdf.css.map */ diff --git a/styles/output/college-success-pdf.css b/styles/output/college-success-pdf.css index a41ebe46c..4835869cc 100644 --- a/styles/output/college-success-pdf.css +++ b/styles/output/college-success-pdf.css @@ -3771,4 +3771,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { [data-type=page] > div > div > section > ol { margin-left: 24px; -} \ No newline at end of file +} +/*# sourceMappingURL=college-success-pdf.css.map */ diff --git a/styles/output/computer-science-pdf.css b/styles/output/computer-science-pdf.css index a49343da3..b71463a21 100644 --- a/styles/output/computer-science-pdf.css +++ b/styles/output/computer-science-pdf.css @@ -5196,4 +5196,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { [data-type=exercise-question] > div > div > ol > li > ul { margin-left: 16px; -} \ No newline at end of file +} +/*# sourceMappingURL=computer-science-pdf.css.map */ diff --git a/styles/output/contemporary-math-pdf.css b/styles/output/contemporary-math-pdf.css index 2d9b07d1a..042c625bb 100644 --- a/styles/output/contemporary-math-pdf.css +++ b/styles/output/contemporary-math-pdf.css @@ -4251,4 +4251,5 @@ section.check-understanding [data-type=injected-exercise][data-is-multipart=True .os-index-container > .group-by > .os-index-item > .os-term-section-link { content: target-counter(attr(href, url), page); -} \ No newline at end of file +} +/*# sourceMappingURL=contemporary-math-pdf.css.map */ diff --git a/styles/output/dev-math-pdf.css b/styles/output/dev-math-pdf.css index 1d30096ad..4c782d955 100644 --- a/styles/output/dev-math-pdf.css +++ b/styles/output/dev-math-pdf.css @@ -4690,4 +4690,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-eoc.os-practice-test-container > section.practice-test [data-type=injected-exercise][data-is-multipart=True] > [data-type=exercise-question] { margin-left: 16px; -} \ No newline at end of file +} +/*# sourceMappingURL=dev-math-pdf.css.map */ diff --git a/styles/output/economics-pdf.css b/styles/output/economics-pdf.css index 28bd8e6b5..ca3e4ae33 100644 --- a/styles/output/economics-pdf.css +++ b/styles/output/economics-pdf.css @@ -2973,4 +2973,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { vertical-align: bottom; padding-top: 0.7rem; width: 100%; -} \ No newline at end of file +} +/*# sourceMappingURL=economics-pdf.css.map */ diff --git a/styles/output/english-composition-pdf.css b/styles/output/english-composition-pdf.css index be03d22bb..bc92184de 100644 --- a/styles/output/english-composition-pdf.css +++ b/styles/output/english-composition-pdf.css @@ -3078,4 +3078,5 @@ body > [data-type=page]:not(.preface):not(.appendix) > section > section > secti vertical-align: bottom; padding-top: 0.7rem; width: 100%; -} \ No newline at end of file +} +/*# sourceMappingURL=english-composition-pdf.css.map */ diff --git a/styles/output/entrepreneurship-pdf.css b/styles/output/entrepreneurship-pdf.css index 721e7f63d..37019e899 100644 --- a/styles/output/entrepreneurship-pdf.css +++ b/styles/output/entrepreneurship-pdf.css @@ -3931,4 +3931,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-index-container > .group-by > .os-index-item > .os-term-section-link { content: target-counter(attr(href, url), page); -} \ No newline at end of file +} +/*# sourceMappingURL=entrepreneurship-pdf.css.map */ diff --git a/styles/output/finance-pdf.css b/styles/output/finance-pdf.css index 16b5d0661..b27be9941 100644 --- a/styles/output/finance-pdf.css +++ b/styles/output/finance-pdf.css @@ -4531,4 +4531,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-index-container > .group-by > .os-index-item > .os-term-section-link { content: target-counter(attr(href, url), page); -} \ No newline at end of file +} +/*# sourceMappingURL=finance-pdf.css.map */ diff --git a/styles/output/history-pdf.css b/styles/output/history-pdf.css index 342e15640..11eaddae8 100644 --- a/styles/output/history-pdf.css +++ b/styles/output/history-pdf.css @@ -2612,4 +2612,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-index-container > .group-by > .os-index-item > .os-term-section-link { content: target-counter(attr(href, url), page); -} \ No newline at end of file +} +/*# sourceMappingURL=history-pdf.css.map */ diff --git a/styles/output/hs-college-success-pdf.css b/styles/output/hs-college-success-pdf.css index d36e0e626..b8c09c87a 100644 --- a/styles/output/hs-college-success-pdf.css +++ b/styles/output/hs-college-success-pdf.css @@ -3851,4 +3851,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { [data-type=page] > div > div > section > ol { margin-left: 24px; -} \ No newline at end of file +} +/*# sourceMappingURL=hs-college-success-pdf.css.map */ diff --git a/styles/output/hs-physics-pdf.css b/styles/output/hs-physics-pdf.css index e200de088..73760519b 100644 --- a/styles/output/hs-physics-pdf.css +++ b/styles/output/hs-physics-pdf.css @@ -3689,4 +3689,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-index-container > .group-by > .os-index-item > .os-term-section-link { content: target-counter(attr(href, url), page); -} \ No newline at end of file +} +/*# sourceMappingURL=hs-physics-pdf.css.map */ diff --git a/styles/output/intro-business-pdf.css b/styles/output/intro-business-pdf.css index 92a06c5f5..d833f6a40 100644 --- a/styles/output/intro-business-pdf.css +++ b/styles/output/intro-business-pdf.css @@ -3526,4 +3526,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-index-container > .group-by > .os-index-item > .os-term-section-link { content: target-counter(attr(href, url), page); -} \ No newline at end of file +} +/*# sourceMappingURL=intro-business-pdf.css.map */ diff --git a/styles/output/marketing-pdf.css b/styles/output/marketing-pdf.css index 48bb55255..d4cd8ac0c 100644 --- a/styles/output/marketing-pdf.css +++ b/styles/output/marketing-pdf.css @@ -4957,4 +4957,5 @@ a[data-type=cite] { .os-index-container > .group-by > .os-index-item > .os-term-section-link { content: target-counter(attr(href, url), page); -} \ No newline at end of file +} +/*# sourceMappingURL=marketing-pdf.css.map */ diff --git a/styles/output/microbiology-pdf.css b/styles/output/microbiology-pdf.css index 0806813ed..f69ad0003 100644 --- a/styles/output/microbiology-pdf.css +++ b/styles/output/microbiology-pdf.css @@ -3326,4 +3326,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { line-height: 1.5rem; margin-bottom: 0.7rem; font-weight: 600; -} \ No newline at end of file +} +/*# sourceMappingURL=microbiology-pdf.css.map */ diff --git a/styles/output/nursing-external-pdf.css b/styles/output/nursing-external-pdf.css index baf783c4b..50f86c5fe 100644 --- a/styles/output/nursing-external-pdf.css +++ b/styles/output/nursing-external-pdf.css @@ -3873,4 +3873,5 @@ a[role=doc-noteref] { .os-index-container > .group-by > .os-index-item > .os-term-section-link { content: target-counter(attr(href, url), page); -} \ No newline at end of file +} +/*# sourceMappingURL=nursing-external-pdf.css.map */ diff --git a/styles/output/nursing-internal-pdf.css b/styles/output/nursing-internal-pdf.css index 0029e456c..fb87e7c46 100644 --- a/styles/output/nursing-internal-pdf.css +++ b/styles/output/nursing-internal-pdf.css @@ -3615,4 +3615,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-index-container > .group-by > .os-index-item > .os-term-section-link { content: target-counter(attr(href, url), page); -} \ No newline at end of file +} +/*# sourceMappingURL=nursing-internal-pdf.css.map */ diff --git a/styles/output/organic-chemistry-pdf.css b/styles/output/organic-chemistry-pdf.css index 4c58847d0..e6f030810 100644 --- a/styles/output/organic-chemistry-pdf.css +++ b/styles/output/organic-chemistry-pdf.css @@ -3401,4 +3401,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-eob [data-type=question-solution] > .os-solution-container > [data-type=solution-part] > .os-solution-container { width: auto !important; -} \ No newline at end of file +} +/*# sourceMappingURL=organic-chemistry-pdf.css.map */ diff --git a/styles/output/philosophy-pdf.css b/styles/output/philosophy-pdf.css index 76e09aae7..581cb813b 100644 --- a/styles/output/philosophy-pdf.css +++ b/styles/output/philosophy-pdf.css @@ -2587,4 +2587,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-eoc[data-type=composite-page] { margin-bottom: 1.4rem; -} \ No newline at end of file +} +/*# sourceMappingURL=philosophy-pdf.css.map */ diff --git a/styles/output/pl-economics-pdf.css b/styles/output/pl-economics-pdf.css index fa02bb965..7b3a7790a 100644 --- a/styles/output/pl-economics-pdf.css +++ b/styles/output/pl-economics-pdf.css @@ -3287,4 +3287,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-index-foreign-container > .group-by > .os-index-item > .os-term-section-link { content: target-counter(attr(href, url), page); -} \ No newline at end of file +} +/*# sourceMappingURL=pl-economics-pdf.css.map */ diff --git a/styles/output/pl-psychology-pdf.css b/styles/output/pl-psychology-pdf.css index dda16ad03..8046f2025 100644 --- a/styles/output/pl-psychology-pdf.css +++ b/styles/output/pl-psychology-pdf.css @@ -2612,4 +2612,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-index-foreign-container > .group-by > .os-index-item > .os-term-section-link { content: target-counter(attr(href, url), page); -} \ No newline at end of file +} +/*# sourceMappingURL=pl-psychology-pdf.css.map */ diff --git a/styles/output/pl-u-physics-pdf.css b/styles/output/pl-u-physics-pdf.css index 248f2228f..7f82f92c8 100644 --- a/styles/output/pl-u-physics-pdf.css +++ b/styles/output/pl-u-physics-pdf.css @@ -3497,4 +3497,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { vertical-align: bottom; padding-top: 0.7rem; width: 100%; -} \ No newline at end of file +} +/*# sourceMappingURL=pl-u-physics-pdf.css.map */ diff --git a/styles/output/political-science-pdf.css b/styles/output/political-science-pdf.css index aaeb1a015..59f1841c0 100644 --- a/styles/output/political-science-pdf.css +++ b/styles/output/political-science-pdf.css @@ -2739,4 +2739,5 @@ a[data-type=cite] { .os-index-container > .group-by > .os-index-item > .os-term-section-link { content: target-counter(attr(href, url), page); -} \ No newline at end of file +} +/*# sourceMappingURL=political-science-pdf.css.map */ diff --git a/styles/output/precalculus-coreq-pdf.css b/styles/output/precalculus-coreq-pdf.css index 49662e2cc..e27d79da5 100644 --- a/styles/output/precalculus-coreq-pdf.css +++ b/styles/output/precalculus-coreq-pdf.css @@ -4347,4 +4347,5 @@ section.coreq-skills [data-type=injected-exercise][data-is-multipart=True] > [da vertical-align: bottom; width: 100%; padding-left: 0.7rem; -} \ No newline at end of file +} +/*# sourceMappingURL=precalculus-coreq-pdf.css.map */ diff --git a/styles/output/precalculus-pdf.css b/styles/output/precalculus-pdf.css index abe14032d..1c325b5d1 100644 --- a/styles/output/precalculus-pdf.css +++ b/styles/output/precalculus-pdf.css @@ -4245,4 +4245,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { vertical-align: bottom; width: 100%; padding-left: 0.7rem; -} \ No newline at end of file +} +/*# sourceMappingURL=precalculus-pdf.css.map */ diff --git a/styles/output/principles-management-pdf.css b/styles/output/principles-management-pdf.css index 4ee9035a0..1ae7e0eab 100644 --- a/styles/output/principles-management-pdf.css +++ b/styles/output/principles-management-pdf.css @@ -3544,4 +3544,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-eob .os-solution-container > p + .os-table { margin-top: 1rem; -} \ No newline at end of file +} +/*# sourceMappingURL=principles-management-pdf.css.map */ diff --git a/styles/output/psychology-pdf.css b/styles/output/psychology-pdf.css index 90e26df20..b24aaf04e 100644 --- a/styles/output/psychology-pdf.css +++ b/styles/output/psychology-pdf.css @@ -2619,4 +2619,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-index-container > .group-by > .os-index-item > .os-term-section-link { content: target-counter(attr(href, url), page); -} \ No newline at end of file +} +/*# sourceMappingURL=psychology-pdf.css.map */ diff --git a/styles/output/python-pdf.css b/styles/output/python-pdf.css index b5b3c6ccb..3b0428e79 100644 --- a/styles/output/python-pdf.css +++ b/styles/output/python-pdf.css @@ -2645,4 +2645,5 @@ nav#toc > ol > li:not(.os-toc-unit):not(.os-toc-unit-page) > ol > li > a::after .os-index-container > .group-by > .os-index-item > .os-term-section-link { content: target-counter(attr(href, url), page); -} \ No newline at end of file +} +/*# sourceMappingURL=python-pdf.css.map */ diff --git a/styles/output/sociology-pdf.css b/styles/output/sociology-pdf.css index e97bf3c3a..621555c30 100644 --- a/styles/output/sociology-pdf.css +++ b/styles/output/sociology-pdf.css @@ -2530,4 +2530,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-eoc[data-type=composite-page] { margin-bottom: 0.7rem; -} \ No newline at end of file +} +/*# sourceMappingURL=sociology-pdf.css.map */ diff --git a/styles/output/statistics-pdf.css b/styles/output/statistics-pdf.css index e9e2cc18d..789e75421 100644 --- a/styles/output/statistics-pdf.css +++ b/styles/output/statistics-pdf.css @@ -4080,4 +4080,5 @@ p > [data-type=title] { .os-eoc[data-type=composite-page] { margin-bottom: 0.7rem; -} \ No newline at end of file +} +/*# sourceMappingURL=statistics-pdf.css.map */ diff --git a/styles/output/u-physics-pdf.css b/styles/output/u-physics-pdf.css index 21ffc24bb..d907ee152 100644 --- a/styles/output/u-physics-pdf.css +++ b/styles/output/u-physics-pdf.css @@ -3350,4 +3350,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .os-eoc > section > [data-type=exercise] { page-break-inside: inherit; -} \ No newline at end of file +} +/*# sourceMappingURL=u-physics-pdf.css.map */ diff --git a/styles/output/world-history-pdf.css b/styles/output/world-history-pdf.css index efc9d47cf..6c6d83aca 100644 --- a/styles/output/world-history-pdf.css +++ b/styles/output/world-history-pdf.css @@ -3272,4 +3272,5 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure { .appendix > .column-container > section > ul > li > strong { padding-right: 3px; -} \ No newline at end of file +} +/*# sourceMappingURL=world-history-pdf.css.map */