wing icon indicating copy to clipboard operation
wing copied to clipboard

:gem: A beautiful CSS framework designed for minimalists.

Results 11 wing issues
Sort by recently updated
recently updated
newest added

In `dist/`, the `card` class seems to be missing drop shadow. Compare `dist/` version: ``` .card { display: flex; flex-direction: column; margin-bottom: 16px; border: 1px solid #a7a7a7; border-radius: 2px; }...

Hello this library seems nice for what I have to do, but it was not updated since 2 years. Is it dead? Thanks

Hi! :slightly_smiling_face: This Pr simplifies code contributions by adding Gitpod(a free online VS Code-like IDE). With a single click, it will launch a workspace and automatically: - clone the wing...

The version of wing obtained from NPM here: [NPM](https://www.npmjs.com/package/wingcss) is not up to date and was last updated a year ago.

https://unpkg.com/wingcss/ points to a nonexistent js file, @kbrsh can you make it go back to https://unpkg.com/[email protected]/dist/wing.min.css?

The cards feature of Wing does not load properly on Internet Explorer (any version). The text ends up overlapping and it unreadable.

Hi Kabir, I used Wing in one project, a simple one page site. I left it for a while and just tested it yesterday in iPad's browser. Not sure if...

![](https://cl.ly/433u3U2W3U0v/Screen%20Shot%202017-10-20%20at%2011.52.12%20AM.png) You can see how round this is on OSX (and probably on iOS as well). You can remove this using `-webkit-border-radius: 0;` or using `-webkit-appearance: none;` and rebuilding a...

bug

![image](https://user-images.githubusercontent.com/10850402/30069304-f5fd6dae-9292-11e7-804b-e9861a6b903d.png) Please override them by using ``` input, textarea { ... } ``` Thanks