https://github.com/modbender/bootstrap-no-components
Just Bootstrap CSS but with no component classes.
https://github.com/modbender/bootstrap-no-components
bootstrap4 css
Last synced: 19 days ago
JSON representation
Just Bootstrap CSS but with no component classes.
- Host: GitHub
- URL: https://github.com/modbender/bootstrap-no-components
- Owner: modbender
- Created: 2020-06-26T19:06:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T08:01:43.000Z (over 5 years ago)
- Last Synced: 2025-03-28T08:31:47.347Z (about 1 year ago)
- Topics: bootstrap4, css
- Language: SCSS
- Homepage:
- Size: 257 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bootstrap No Components
Just bootstrap css but with no components. Created because I needed all of non components css from bootstrap.
What all it includes? **Bootstrap Grid + Other Utilites which are not in Grid**
I compiled the following to create it:
```scss
@import "scss/functions";
@import "scss/variables";
@import "scss/mixins/background-variant";
@import "scss/mixins/hover";
@import "scss/mixins/deprecate";
@import "scss/mixins/clearfix";
@import "scss/mixins/screen-reader";
@import "scss/mixins/text-emphasis";
@import "scss/mixins/text-hide";
@import "scss/mixins/text-truncate";
@import "scss/mixins/breakpoints";
@import "scss/mixins/grid-framework";
@import "scss/mixins/grid";
@import "scss/grid";
@import "scss/utilities";
```