bulmil
Version:

19 lines (18 loc) • 716 B
JavaScript
import { r as registerInstance, h, H as Host } from './index-3da235db.js';
var sectionCss = ".section{padding:3rem 1.5rem}@media screen and (min-width: 1024px){.section.is-medium{padding:9rem 1.5rem}.section.is-large{padding:18rem 1.5rem}}bm-section{display:block}";
var Section = /** @class */ (function () {
function Section(hostRef) {
registerInstance(this, hostRef);
}
Section.prototype.render = function () {
var _a;
return (h(Host, { class: (_a = {
section: true
},
_a[this.size] = Boolean(this.size),
_a) }));
};
return Section;
}());
Section.style = sectionCss;
export { Section as bm_section };