Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doabit/stisla-theme
https://github.com/doabit/stisla-theme
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/doabit/stisla-theme
- Owner: doabit
- License: mit
- Created: 2020-05-07T09:32:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:46:07.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T15:09:05.063Z (7 months ago)
- Language: SCSS
- Size: 550 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Stisla bootstrap theme.
## Usage
```shell
yarn add @doabit/stisla-theme
``````scss
@import '~@doabit/stisla-theme/src/scss/style';
@import '~@doabit/stisla-theme/src/scss/components';
```## Customization
```scss
$primaryColor: #367ad3f8;
```## Contributing
1. Fork it ( https://github.com/doabit/stisla-theme/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request