tacit icon indicating copy to clipboard operation
tacit copied to clipboard

CSS framework for dummies, without a single CSS class: nicely renders properly formatted HTML5 pages

Results 20 tacit issues
Sort by recently updated
recently updated
newest added

Framework did not include a `````` element. I have fixed it. ![image](https://user-images.githubusercontent.com/64886990/123804762-29d03f00-d8f6-11eb-8aa0-dc918a21e327.png)

0crat/new

Framework did not include a `````` element. I have fixed it. ![image](https://user-images.githubusercontent.com/64886990/123804762-29d03f00-d8f6-11eb-8aa0-dc918a21e327.png)

0crat/new

Now it's not clear what is the exact Tacit version delivered to the browser. Would be convenient to put a small comment to our final CSS: ``` /* tacit 1.5.5...

Example: https://travis-ci.org/yegor256/tacit/builds/500324652 Failing checks: ``` scss/_grid.scss 72:3 warning Expected `float`, found `width` property-sort-order 73:3 warning Expected `width`, found `float` property-sort-order ✖ 2 problems (0 errors, 2 warnings) ``` Did not...

bug

Use any kind of custom elements are losing its borders (ever use shadow DOM for styling) when links tacit.css For example, add `` to this sample - https://javascript.info/shadow-dom-style

With no strong background or border, buttons can be a bit hard to notice. I tried adding a 1px border, and I think that looks pretty nice. Could we add...

Issues found with elements not being inline and position of the elements for Edge ![edge](https://user-images.githubusercontent.com/11976836/31242843-3bff23b8-aa00-11e7-8820-c94e9927ce53.png)

bug
help wanted

Hi Yegor, thanks for providing this - it's just my cup of tea :) I'm curious about one thing though: How do I get vertical borders on tables? /Henrik

It seems for some versions of the CDN link, we're not pointing to the latest released version, example: https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css.min.css Points to: ``` /*# sourceMappingURL=tacit-css-1.3.9.min.css.map */ ``` While https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit.min.css Points to:...

bug
help wanted

Currently Travis is returning the following warnings: ``` npm WARN engine [email protected]: wanted: {"node":">= 6"} (current: {"node":"4.9.1","npm":"2.15.11"}) npm WARN engine [email protected]: wanted: {"node":">=6"} (current: {"node":"4.9.1","npm":"2.15.11"}) npm WARN deprecated [email protected]: CircularJSON...

bug
help wanted