Git Product home page Git Product logo

Comments (6)

stale avatar stale commented on June 20, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from bootstrap.

stale avatar stale commented on June 20, 2024

This issue has been automatically closed due to inactivity.

from bootstrap.

axberg avatar axberg commented on June 20, 2024

Any update on this? Where can I find the download of the precompiled css?

from bootstrap.

hjalmers avatar hjalmers commented on June 20, 2024

@axberg what kind of app are you building and how were you planing to use the css?

If you're using npm you can add a dependency to bootstrap in your app using:

npm install @sebgroup/bootstrap --save

You'll then find the pre-compiled and minified versions in

node_modules/@sebgroup/bootstrap/css/

Currently there are four pre-compiled files:

bootstrap.css
bootstrap.min.css
bootstrap-all.css
bootstrap-all.min.css

The difference between bootstrap.css and bootstrap-all.css is that all also contains styles for third party libraries like ng-bootstrap, generic-table and ngx-toaster.

I've created a small example on the link for the preferred way of using the pre-compiled version in a web app. Note however that the example uses as public npm cdn called unpkg and we're not allowed to use these kinds of services for production so until we have our on cdn you'd have to host the css yourself.

Serve css using CDN

The files are also available for download here:
https://unpkg.com/@sebgroup/css/bootstrap.css
https://unpkg.com/@sebgroup/css/seb-fonts.css

The fonts aren't part of bootstrap so there's currently an issue with the path in the pre-compiled version, therefor you need to add the seb-fonts library as well (if you install bootstrap using npm you'll get the fonts too). (I'm going to create an issue for that as well)

Last but not least, I wouldn't recommend using a pre-compiled version as you´ll probably add a lot of styles and css that you won't use and with sass you can just use the parts you need. If you still want to use a pre-compiled I might suggesting compiling only the styles you need using the sass files (let me know if you need any help with that).

from bootstrap.

stale avatar stale commented on June 20, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from bootstrap.

stale avatar stale commented on June 20, 2024

This issue has been automatically closed due to inactivity.

from bootstrap.

Related Issues (20)

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.