Style
Component
Style component is a module to render page enhancement using inline CSS codes into your webpage. Bissetii supports this component seamlessly as a mean to render inline web pages.
This component is available starting from v1.13.0
.
Hugo
Hugo supports list seamlessly so no special development is required.
Go
Coming soon.
HTML
Bissetii supports Style
component seamlessly across multiple output formats.
To use inline styling, simply use the following HTML syntax:
<style type="..." title="..." media="...">
// Your inline CSS here
</style>
CSS
CSS implementation is not applicable for this component.
Javascript
This component does not rely on any Javascript.
Sass
Sass implementation is not applicable for this component.
Researches
Here are the researches done to ensure Style
component meets the necessary
quality assurances:
SCHEDULED COMING SOON
Epilogue
That’s all about Style
component in Bissetii. If you need more feature or
need to report a bug, please feel free to file an issue at our
Issue Section.