Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/doabit/stisla-theme


https://github.com/doabit/stisla-theme

Last synced: about 1 month ago
JSON representation

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