Anton Ovechkin

Results 7 comments of Anton Ovechkin

I'd like to take some `border` properties with values: ### Border with single argument: - [x] `border*` [2-4] - [x] `borderColor*` [25-28] - [x] `borderStyle` {64} + adding of `borderStyle{2,...

I'd like to grab all `border-radius` properties: `[16-19, 41-48]` @rtfeldman please mark `borderBottom*` `([12-15], {20, 21})` properties in TODO list as done 😃

@rtfeldman I'm going to adapt `padding` properties: `[115-118,124-126]` and `{121}`.

@rtfeldman I think `margin*` properties will be next (`[114-117, 123-125]`, `{120}`) for adaptation by me)

@rtfeldman I'd like to grab next properties: - `textDecoration{1-3}` - `textDecorationLine` - `textDecorationStyle` - `textDecorationColor` with corresponding values: - `underline` - `overline` - `lineThrough` and I think those properties are...

@rtfeldman could you add link to the issue at README? Maybe on the top that contributors see it first.

@evancz no problem: ```elm module Main exposing (main) import Browser import Browser.Navigation as Navigation import Html exposing (Html, a, br, div, h2, text) import Html.Attributes exposing (href) import Html.Events exposing...