https://github.com/creatiwity/aurora-design-system
https://github.com/creatiwity/aurora-design-system
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/creatiwity/aurora-design-system
- Owner: Creatiwity
- License: mit
- Created: 2023-05-31T09:59:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T08:46:49.000Z (almost 3 years ago)
- Last Synced: 2025-09-30T02:17:51.606Z (8 months ago)
- Language: SCSS
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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";
```