Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crissdev/bootstrap-scss
Bootstrap's SCSS files (only)
https://github.com/crissdev/bootstrap-scss
bootstrap bootstrap-5 bootstrap-scss bootstrap4 scss
Last synced: about 1 month ago
JSON representation
Bootstrap's SCSS files (only)
- Host: GitHub
- URL: https://github.com/crissdev/bootstrap-scss
- Owner: crissdev
- License: mit
- Created: 2018-03-11T16:47:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T12:53:49.000Z (9 months ago)
- Last Synced: 2024-10-01T18:32:53.020Z (about 1 month ago)
- Topics: bootstrap, bootstrap-5, bootstrap-scss, bootstrap4, scss
- Language: SCSS
- Homepage:
- Size: 631 KB
- Stars: 44
- Watchers: 7
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrap SCSS
> Bootstrap's SCSS files (only)
Bootstrap
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
Explore Bootstrap docs »
Report bug
·
Request feature
·
Themes
·
Blog
## Table of contents
- [Quick start](#quick-start)
- [Status](#status)
- [What's included](#whats-included)
- [Documentation](#documentation)
- [Versioning](#versioning)
- [Copyright and license](#copyright-and-license)## Quick start
Several quick start options are available:
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap-scss`
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap-scss`Read the [Getting started page](https://getbootstrap.com/docs/5.3/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
## Status
[![npm version](https://img.shields.io/npm/v/bootstrap-scss.svg)](https://www.npmjs.com/package/bootstrap-scss)
## What's included
Within this package you'll find the following directories and files, logically grouping common assets and providing only SCSS variations. You'll see something like this:
```
bootstrap-scss/
├── bootstrap.scss
├── bootstrap-grid.scss
├── bootstrap-reboot.scss
├── bootstrap-utilities.css
├── mixins/
│ └─ ...
└── utilities/
└─ ...
└── vendor/
└─ ...
```## Documentation
[Bootstrap's official documentation](https://getbootstrap.com/) powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/).
## Versioning
For simplicity, this project will use the same version numbers as Bootstrap.
## Changelog
https://github.com/twbs/bootstrap/releases/tag/v5.3.3
## Copyright and license
Code and documentation copyright 2011-2022 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE).