Skip to content

move CSS and stylesheets out of DOM#288

Open
jderochervlk wants to merge 1 commit into
refactor-documentfrom
refactor-css
Open

move CSS and stylesheets out of DOM#288
jderochervlk wants to merge 1 commit into
refactor-documentfrom
refactor-css

Conversation

@jderochervlk

Copy link
Copy Markdown
Collaborator

Moves css and stylesheet related types out of DOM.

@tsnobip

tsnobip commented Jul 9, 2026

Copy link
Copy Markdown
Member

@jderochervlk what's the motivation here? Make Base feature lighter and move it to DOM feature? IMO DOM feature (not DOM.res) is already quite big in itself plus you have to take into account its feature dependencies, it's likely around 90% of the whole project right now.

@tsnobip tsnobip mentioned this pull request Jul 9, 2026
@jderochervlk

jderochervlk commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator Author

@jderochervlk what's the motivation here? Make Base feature lighter and move it to DOM feature? IMO DOM feature (not DOM.res) is already quite big in itself plus you have to take into account its feature dependencies, it's likely around 90% of the whole project right now.

I'm trying to slim down DOM.res as much as possible, you can see a larger lift in that direction on this PR: #287

DOM.res should eventually become DOM the feature, which should be lightweight. Not every project will need style sheet and CSS, so by moving this out you make using it opt in.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants