Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a scss mixin for namespacing pods styles #5090

Open
nicdford opened this issue Aug 3, 2018 · 0 comments
Open

Create a scss mixin for namespacing pods styles #5090

nicdford opened this issue Aug 3, 2018 · 0 comments
Assignees
Labels
Component: CSS Issues related to style adjustments

Comments

@nicdford
Copy link
Contributor

nicdford commented Aug 3, 2018

Creating a mixin similar to one i've created here would give us the ability to create mixins to use as a namespace prefixers. We could create multiple mixins for different name spacing purposes (pods-core/pods-compat-container/pods-submittable) or create one and pass in a variable for each, whatever would be more convenient for everyone. I'm leaning towards the former as it would reduce the risk of having rogue namespacing names popping up.

Usage would look something like:

@include pods-core-prefix {
 // your styles here
}

Any thoughts?

@nicdford nicdford added Component: UI Issues related to user experience and interfaces Component: CSS Issues related to style adjustments labels Aug 3, 2018
@nicdford nicdford removed the Component: UI Issues related to user experience and interfaces label Aug 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: CSS Issues related to style adjustments
Projects
None yet
Development

No branches or pull requests

3 participants