Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit aa90fb60 authored by peter_rabbit's avatar peter_rabbit
Browse files

rendering lib

parent 5e10dd43
No related branches found
No related tags found
No related merge requests found
"use strict";
const runPage = require("../../run-page");
const Example2 = require("./example2");
runPage(Example2);
"use strict";
const objectHtmlRenderer = require("./lib/object-html-renderer");
module.exports = function runPage(PageComponent) {
const page = new PageComponent();
objectHtmlRenderer.setRenderCycleRoot(page);
objectHtmlRenderer.renderCycle();
};
#main-container {
body {
* {
box-sizing: border-box;
}
font-family: Arial, Helvetica, sans-serif;
margin: 0;
}
main {
background-color: #eee;
}
#main-container {
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
}
#main-container * {
body * {
box-sizing: border-box;
}
main {
background-color: #eee;
}
/*# sourceMappingURL=style.css.map */
{"version":3,"sourceRoot":"","sources":["../src/style.scss"],"names":[],"mappings":"AAAA;EAII;;AAHA;EACI","file":"style.css"}
\ No newline at end of file
{"version":3,"sourceRoot":"","sources":["../src/style.scss"],"names":[],"mappings":"AAAA;EAII;EACA;;AAJA;EACI;;;AAMR;EACI","file":"style.css"}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment