Modify ↓
Opened 10 months ago
Closed 10 months ago
#177 closed defect (fixed)
Auto-Complete suggestion inserts invalid linear gradient
| Reported by: | tom | Owned by: | tom |
|---|---|---|---|
| Priority: | major | Milestone: | 0.1.1 |
| Component: | tooling-css | Version: | 0.1.0 |
| Keywords: | Cc: |
Description
linear-gradient( from 0% 0% to 100% 100%, repeat, 0% red, 100% black )
but should be
linear-gradient( from 0% 0% to 100% 100%, repeat, red 0%, black 100% )
Attachments (0)
Change History (1)
comment:1 Changed 10 months ago by tom
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
