... | @@ -8,7 +8,12 @@ In this case the stylesheets will be created on base of scss files saved in hsha |
... | @@ -8,7 +8,12 @@ In this case the stylesheets will be created on base of scss files saved in hsha |
|
|
|
|
|
### You need your own style based on hshassets?
|
|
### You need your own style based on hshassets?
|
|
|
|
|
|
An easy way to work on scss files for hshassets is to copy them by the management command 'initassets' your styles is to i
|
|
There is a simple support for creating a "_init.scss" file.
|
|
|
|
```initassets [appname] [-e|--empty]```
|
|
|
|
- no appname creates _init.scss for project
|
|
|
|
- appname creates _init.scss for that app
|
|
|
|
- -e or --empty creates an empty _init.scss, otherwise bulma stuff is included
|
|
|
|
- assets and sass directories will be created as well if not existing
|
|
|
|
|
|
### How to set color scheme for your project?
|
|
### How to set color scheme for your project?
|
|
The default color style of hshassets is `service` which we will use mostly I guess.
|
|
The default color style of hshassets is `service` which we will use mostly I guess.
|
... | @@ -27,7 +32,8 @@ After that line you have to import bulma files. You do that by adding the line ` |
... | @@ -27,7 +32,8 @@ After that line you have to import bulma files. You do that by adding the line ` |
|
|
|
|
|
> @import '_hshassets_style.scss;
|
|
> @import '_hshassets_style.scss;
|
|
|
|
|
|
|
|
|
|
### This version based on
|
|
### This version based on
|
|
* [Bulma](https://bulma.io/) (v0.7.2)
|
|
* [Bulma](https://bulma.io/) (v0.7.4)
|
|
* [Bulma accordion](https://wikiki.github.io/components/accordion/)
|
|
* [Bulma accordion](https://wikiki.github.io/components/accordion/)
|
|
* [Fontawesome](https://fontawesome.com/) (5.4.1 free ) |
|
* [Fontawesome](https://fontawesome.com/) (5.7.2 free ) |
|
\ No newline at end of file |
|
\ No newline at end of file |