This project is not covered by Drupal’s security advisory policy.
This module provides grouping of styles in a single tag within the page header.
For example, if you have several style tags within the body. They will be grouped into a single tag inside the head.
Before:
html
head
...
body
div
..
...
style
.style_1{ padding: 1px; }
div
div
style
.style_2{ padding: 2px; }
style
.style_3{ padding: 3px; }
p
Lorem...
div
...
style
.style_4{ padding: 4px; }After:
html
head
...
style
.style_1{ padding: 1px; }
.style_2{ padding: 2px; }
.style_3{ padding: 3px; }
.style_4{ padding: 4px; }
body
div
..
...
div
div
p
Lorem...
div
...Project information
- Project categories: Administration tools, Developer tools, Search engine optimization (SEO)
2 sites report using this module
- Created by cristianodemari on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.


