https://github.com/shortthirdman-org/auracss
Aura CSS
https://github.com/shortthirdman-org/auracss
colors css3 pallete sass sass-library scss scss-framework scss-mixins
Last synced: about 2 months ago
JSON representation
Aura CSS
- Host: GitHub
- URL: https://github.com/shortthirdman-org/auracss
- Owner: shortthirdman-org
- License: apache-2.0
- Created: 2023-02-12T14:36:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T17:50:36.000Z (12 months ago)
- Last Synced: 2025-03-11T06:50:32.303Z (3 months ago)
- Topics: colors, css3, pallete, sass, sass-library, scss, scss-framework, scss-mixins
- Language: SCSS
- Homepage: https://www.npmjs.com/package/@shortthirdman/auracss
- Size: 122 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Aura CSS
Aura CSS
> A styling library framework for providing colors and gradients



**NPM**
```sh
npm install --save @shortthirdman/auracss
```**CDN**
See [@shortthirdman-org/auracss](https://www.npmjs.com/package/@shortthirdman/auracss)
**Download**
See [Releases](https://github.com/shortthirdman-org/auracss/releases/)
## What does it do?
* Provides a range custom colours with unique names
* Provides gradients with unique names## Browser support
* Chrome
* Edge
* Firefox ESR+
* Internet Explorer 10+
* Safari 8+
* Opera## Contributing
Please read the [contribution guidelines](CONTRIBUTING.md) in order to make the
contribution process easy and effective for everyone involved.## Community Resources
- [Defining color palette in SASS with variables](https://blog.yipl.com.np/defining-color-palette-in-sass-with-variables-6464c3c3b5e5)
- [Creating a CSS color palette from Sass variables](https://dev.to/khayden73/creating-a-css-color-palette-from-sass-variables-14fo)