Computer Science, asked by yashkaranradcli905, 1 month ago

Using which version developers can change and build their own version of bootstrap  with all the provided styles?​

Answers

Answered by sharma20anil8
2

Answer:

your answer will be

java script

Answered by ravilaccs
0

Answer:

The source code version comes styles source code written in Less (or Sass), all the JavaScript, and accompanying documentation. This allows more ambitious designers and developers to change and customize, at their will, all the provided styles, and to build their own version of Bootstrap.

Explanation:

  • Bootstrap is a powerful toolkit - a collection of HTML, CSS, and JavaScript tools for creating and building web pages and web applications.
  • Bootstrap quickly gained popularity after going open source in 2011, and for good reason. Because it is adaptable and simple to use,
  • Bootstrap is popular among web designers and developers. Its primary benefits include being designed to be responsive, maintaining broad browser compatibility, providing consistent design through the use of reusable components, and being incredibly simple to use and quickly pick up.
  • It comes with built-in support for jQuery plugins, a programmatic JavaScript API, and rich JavaScript extensibility. Any IDE or editor, as well as any server-side technology and language—from ASP.NET to PHP to Ruby on Rails—can be used with Bootstrap.
  • With Bootstrap, web developers can focus on the development work without worrying about the design and quickly launch a pleasing website. On the other hand, it provides web designers with a strong foundation for making engaging Bootstrap themes.
  • Both a precompiled version and a source code version of Bootstrap are available. The official Sass port of Bootstrap is also available if Sass is more your style. The source code version of Bootstrap uses the Less CSS preprocessor. Bootstrap uses Autoprefixer to make it simpler to use CSS vendor prefixes.
  • The source code version includes all of the JavaScript, the accompanying documentation, and styles written in Less (or Sass). This enables more ambitious designers and developers to alter and customize all the provided styles as they see fit and create their own Bootstrap version. But don't worry if you are unfamiliar with Less (or Sass) or simply aren't interested in altering the source code. Simply use the vanilla CSS that has already been built. Using custom styles, all of the styles can later be overridden.
Similar questions