wing
wing copied to clipboard
:gem: A beautiful CSS framework designed for minimalists.
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...
 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...
 Please override them by using ``` input, textarea { ... } ``` Thanks