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

Two dimensional Grids #24

Closed
wants to merge 12 commits into from
Closed

Two dimensional Grids #24

wants to merge 12 commits into from

Conversation

Selekkt
Copy link
Owner

@Selekkt Selekkt commented Dec 9, 2021

Two dimensional Grid as suggested here #23

thagxt and others added 12 commits November 24, 2021 21:57
+ code clean up
+ boxBorder fix
+ a11y
+ tooltip clean up
+ grid clean up
+ flex clean up
+ introducing pc (place-content)
+ animation clean up

Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
+ animations now listen for "prefers-reduced-motion"
+ .a11y *:focus has been replaced with *:focus-visible
+ no-js styles
+ visually-hidden

Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
[-]  float-*
[-] float label
+ change copyright year to 2022
+ version bump to 3.4.0

Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
tests

Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
+ box-sizing:border-box target ::before & ::after now
+ buttons padding is set to em instead of rem
+ center-axyz changed height to min-height so that if cont is larger is doesn't overflow
----- NEW -----
+ Introducing two dimensional grids.
+ you can now make any element a grid or flex by adding: <div x-grid> or <span x-flex> and you can use pi="center" etc. also.
+ max grid sys is now 12 instead of 16
+ you can use both x-col & x-cell now
+ you can use ps="" ai="" etc on all elements
+ fixed animation bug

Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
+ button :hover fix
+ semicolon clean up
+ kbd, samp style fix
+ new hSize (smaller)

Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
--- New utilities ---
+ text-underline, text-line-through,
+ .group-input-button, group-input-button.no-style
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
@thagxt
Copy link
Collaborator

thagxt commented Dec 9, 2021

not yet.

@thagxt thagxt closed this Dec 9, 2021
@thagxt thagxt deleted the grid branch February 6, 2022 18:55
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