Skip to content

Conversation

@mattfordham
Copy link

This PR updates every CSS class the plug-in uses to be namespaced with "uls-". This was most problematic with the grid classes, which are very likely to conflict with a project's established grid system.

@Nikerabbit
Copy link
Member

It looks like you were not aware of #105. It contains explanation why the grid classes cannot be renamed in this way. Basically the only way is to migrate Translate etc. to something else first.

@Nikerabbit
Copy link
Member

I did a little research on flexbox as replacement for uls grid. It seems flexbox is not recommended as drop-in grid replacement. One thing we could do is to copy uls grid to translate with prefixing the classes. This leads to some (but not very much) CSS duplication and breaks the dependency.

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants