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

Helpers: Single-pixel border helpers #93

Closed
src-code opened this issue Mar 12, 2015 · 4 comments
Closed

Helpers: Single-pixel border helpers #93

src-code opened this issue Mar 12, 2015 · 4 comments
Assignees

Comments

@src-code
Copy link
Contributor

From issue #76:

For the record: helpers.css (from another repo) has been updated with border classes meant to help when styling boxes with a single pixel border but those rules need to integrate Atomizer somehow.

More details from @thierryk:

border needs 3 values: width style color. We can get style borders the way we want with Atomizer by using those 3 but a common use case is to style border with a single pixel, so what we added to the helper classes are border declarations mixing both style and width

that way authors can do this: Bd Bdc-000 to get a black border around a box instead of having to go verbose with Atomic Bdc-000 Bds-s Bdw-1px

@thierryk
Copy link
Contributor

@src-code what is this issue about exactly? The helpers for single pixel border are done already. In my opinion, all we need now is to open an issue (if not done already) to integrate most rules in that helpers.css file into Atomizer.

@src-code
Copy link
Contributor Author

@thierryk This issue was to track that specific helper to be added to Atomizer's helpers (which are pending, of course). If you'd rather, we could make the issue more generic for simply creating a helpers ruleset in Atomizer, and assume that these helpers would just be part of that.

@thierryk
Copy link
Contributor

@src-code Yes, I think that would make more sense to track the fact that helpers need to be integrated into Atomizer as a whole. With true/false flags in case people don't want them or want to cherry pick those rules.

@src-code
Copy link
Contributor Author

Ok, created issue #96 to track helpers more generically.

redonkulus pushed a commit that referenced this issue Jul 14, 2022
Fixing sibling combinator docs
redonkulus pushed a commit that referenced this issue Jul 14, 2022
Fixing sibling combinator docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants