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

https://github.com/creatiwity/aurora-design-system


https://github.com/creatiwity/aurora-design-system

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# aurora-design-system

In order to use the package, you must import in the following order:

your-app/assets/main.scss
```scss
@import "@creatiwity/aurora-design-system/scss/variables";
@import "your-bootstrap-package-location";
@import "@creatiwity/aurora-design-system/scss/components";
```