wyrm icon indicating copy to clipboard operation
wyrm copied to clipboard

Wyrm is a collection of sass files for bourbon / neat projects.

Results 5 wyrm issues
Sort by recently updated
recently updated
newest added

### Problem It looks to me like line 245 has an error (ever since) https://github.com/snide/wyrm/blob/master/sass/wyrm_core/_form.sass#L245: What's "\9" in that line? I have SASS installed via `npm install sass`. That way...

Without child selectors, the `ul li` styles would be applied to `ul li ol li`, which makes numbering disappear. `li`s should always be selected via a child selector. `ul` and...

I was looking at packaging Wyrm and sphinx-rtd-theme for [Debian](https://www.debian.org/), and tested build with neat 2.0 (to avoid packaging the old 1.x version). There are some problems: * `neat-helpers` is...

\ has default fixed font size, but \ doesn't. I'm reporting because sphinx_rtd_theme uses defaults from wyrm, and it makes my documents look bad: lists have larger fonts than paragraphs....

Thanks for the lib, I had to comment out lines 54, 55 of _type.sass //min-height: 100% //overflow-x: hidden otherwise the body of my pages were like overlaid; components weren't inspectable,...