Code Monkey home page Code Monkey logo

boltcss's People

Contributors

benatkin avatar h-enk avatar snan avatar tbolt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

boltcss's Issues

Remove demo from npm package

Looks like the assets from the demo contribute a fair bit of weight to the npm package. Consider not including them in the package with a .npmignore file?

Not a huge deal, but the 5+MB weight for a simple prototyping library caught my eye

Code block display using Markdown

Issue

When using a Markdown processor (like e.g. Hugo), the following code block:

```bash
npm create hyas@latest
```

gets rendered into html like so:

<pre><code class="language-bash">npm create hyas@latest
</code></pre>

and displays as:

Snag_5841e32

Looks like the extra border was not intended.

Solution

Possible solution is to update pre > code to something like:

pre > code {
  padding: 8px 6px;
  border: 0;
  display: block;
  overflow-x: auto;
}

Snag_58dadc4

Resources

Pre doesn’t respect dark theme on iOS

CA5398CB-726F-4500-AD10-CA473061DDEC

Not sure if this is intentional (or already fixed, I saw something in #4 related to it), but reporting in case it’s unintended…

Thanks for your library, definitely something I’ll want to use!

demo page: reduce 40px top margin on mobile?

I was evaluating how good it looks on the phone and thought it looked great except the space on the top reduced the amount of content on the front page and looked a bit out of place.

Luckily these aren't styles in bolt itself but on the demo page.

Do you think reducing the margin to half or so on mobile with a media query would be an improvement?

.demo-body {
    max-width: 800px;
    margin: 40px auto;

Captura de Pantalla 2023-03-20 a la(s) 10 07 14

I looked at it some more and I might have changed my mind a bit, but I want to suggest it just in case. Maybe bringing it down to 30px on mobile would make the first impression nicer even though it wouldn't look like much to most comparing them.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.