Skip to content

✨ Feat: Inline CSS #4

Description

@PaleBluDot

Is this request for a new request or updating an existing feature?

New

What feature would you like?

Move styles that are on custom CSS files and inline them into the HTML.

INPUT

<p class="text">Inlining classes to HTML style attritubute.</p>
.text {
  font-size:16px; 
  line-height: 1.3; 
  color: #f3ef07;
}

OUTPUT

<p style="font-size:16px; line-height: 1.3; color: #f3ef07;">Inlining classes to HTML style attritubute.</p>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions