atom / language-css

CSS package for Atom
Other
59 stars 84 forks source link

Add missing margin/padding properties #193

Closed eritbh closed 2 years ago

eritbh commented 2 years ago

Requirements

Description of the Change

Adds the following properties to the property list:

The corresponding (margin|padding)-(block|inline)-* properties are already present; these properties are shorthands for them.

Alternate Designs

N/A

Benefits

Correct highlighting behavior in VS Code

Possible Drawbacks

I have no idea how this section should be formatted. I've opted to just modify the lines required to minimize churn, but can reformat the section if necessary.

Applicable Issues

None

darangi commented 2 years ago

Thanks for the contribution @eritbh 🙇🏾