fabulous icon indicating copy to clipboard operation
fabulous copied to clipboard

Add CSS support for improved margin/padding, background, font, position, border

Open kenzouno1 opened this issue 5 years ago • 1 comments

First i'm sorry for my English if it is very bad.

1. Config

  • Need a config for default value for units (px,pt,rem,...).

2. Margin and Padding

  • If i enter 1 value to margin top or padding input css output is margin : 10 0 0 0. But in many cases we just margin top ( override old value). I have idea if user enter in top, right, bottom, left merge all to margin : 10 0 0 0 and if enter in top only generator margin-top. Padding same it. Or need a choice same border. If checked it generator for all sides

3. Background

  • I think need background-image property ( one file select button ). On selected file generator path to file from root project.
  • Need properties background-position, background-size etc..
  • Background-color : Need color picker

4. Font

  • Need a button color picker

5. Position

  • Need input for position top , left , right , bottom.

6. Border

  • border-color : Need color picker

kenzouno1 avatar May 31 '19 01:05 kenzouno1

These are some good feedback. Thank you! We will consider implementing these.

Also if you are keen on contributing, please feel free. Reach out for help if you have questions.

Your English is completely fine :)

Raathigesh avatar May 31 '19 10:05 Raathigesh