0.0.4 • Published 2 years ago

@uiuxcodes/bootstrap v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Installation

yarn add uiuxcodes
OR
npm i uiuxcodes

Usage For Bootstrap 5

# Usage with scss files, you can omit the .scss extension
@import '@uiuxcodes/bootstrap/bootstrap/style.scss';
# if node_modules not resolved via above
@import '~@uiuxcodes/bootstrap/bootstrap/style.scss';


# Usage with css files - NOTE: THIS IS BROKEN FOR NOW
@import '@uiuxcodes/bootstrap/dist/bootstrap/style.css';
# You can also use minified version
@import '@uiuxcodes/bootstrap/dist/bootstrap/style.min.css';

Support

For support, email info@uiuxcodes.com.

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago