Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Inline Style Aggregation

3 sites Security covered Drupal 10–11
View on drupal.org

This module consolidates multiple `<style>` tags found in the body of a page into a single `<style>` tag within the page's `<head>`. This helps to keep CSS organized and reduce the number of inline style blocks.

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
            ...

Donation Support

This project took significant time to develop. If it has helped you save time in your work or business, feel free to contribute any amount you consider fair to support its continued development

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
4
Tracked since
Nov 2024
Latest release
1 month ago
Releases (12 mo)
3 ▲ from 1
Maintenance
Active

Release Timeline

Releases

Version Type Core Release date
1.0.3 Stable 10–11 Jul 4, 2026
1.0.2 Stable 10–11 Jul 4, 2026
1.0.1 Stable 10–11 Sep 10, 2025
1.0.0 Stable 9–10 Nov 4, 2024