18F / united

An experimental atomic css prototype framework, developed for prototyping patterns for cloud.gov.
Creative Commons Zero v1.0 Universal
6 stars 4 forks source link

Add `solid` to border default #12

Open thisisdano opened 7 years ago

thisisdano commented 7 years ago

Right now you need both a border-width class and a border-style class to make a border. Let's default to solid for the b utility.

Should I do this with extend or with appendToValue?