An open API service indexing awesome lists of open source software.

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.

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";
```