Thank you for your help.
Learn how to deploy Bootstrap(4)
I would like to know the difference between the following two.
Is everything exactly the same?
·CDN
·Download source file
For example
If you want to change your style, you have to use this method,
"If you want to do something like this, this is a good way to deploy it."
Is there such a difference?
More precisely, there are two ways to deploy bootstrap:(Downloading and distributing compiled css on your own is almost the same effect as downloading from a CDN, so I will ignore it once.)
The bootstrap framework itself is written in sass, which provides the following benefits that a simple css cannot achieve, especially when it comes to the user's point of view:
The explanatory materials for that are as follows. https://getbootstrap.com/docs/4.0/getting-started/theming/
Also, if we are going to design a website in earnest, I think we would like to use some kind of mechanism to structure and handle css. Personally, I think sash is a mechanism worth introducing, even if it is just for its structuring functionality.
So if it's me:
I think it would be better to
© 2024 OneMinuteCode. All rights reserved.