thheller / shadow-css

CSS-in-CLJ(S)
https://github.com/thheller/shadow-css
Eclipse Public License 1.0
108 stars 10 forks source link

Add position layout aliases like top, beautify indentation. #7

Closed krapjost closed 1 year ago

krapjost commented 1 year ago

I added

  1. line 35 - 38 : pseudo selectors
  2. line 523 - 823 : position layout like top, bottom, left, right...
  3. line 932 ... : transition animation related things. The rest of the changes are just beautify indenting.
thheller commented 1 year ago

Please refrain from changing indendation. It was already perfectly fine and as desired.

top, left, right, bottom aliases already all exist as well. They are just not generated via aliases.edn.

Please clean it up so I can actually see the changes you want to make and only them.

krapjost commented 1 year ago

Okay! Sorry for the messy request..!