diff options
author | Mario <mario@mariovavti.com> | 2024-02-12 22:09:07 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-02-12 22:09:07 +0000 |
commit | 08b2356ed182c079f2163f659bf31b98e2f6bffb (patch) | |
tree | 38e46984ad45ccdfb5d4f1ba39c7fe8d3aa05de7 /view | |
parent | d17934ed802073a2978e8c2472cf12a5a8ee42ba (diff) | |
download | volse-hubzilla-08b2356ed182c079f2163f659bf31b98e2f6bffb.tar.gz volse-hubzilla-08b2356ed182c079f2163f659bf31b98e2f6bffb.tar.bz2 volse-hubzilla-08b2356ed182c079f2163f659bf31b98e2f6bffb.zip |
add sample scss file
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/sample.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/sample.scss b/view/theme/redbasic/css/sample.scss new file mode 100644 index 000000000..87005be90 --- /dev/null +++ b/view/theme/redbasic/css/sample.scss @@ -0,0 +1,10 @@ +// See https://getbootstrap.com/docs/5.3/customize/sass/ for more infos + +// required import +@import "vendor/twbs/bootstrap/scss/_functions"; + +$primary: #ff0000; // set the $primary variable + + +// set changes +@import "vendor/twbs/bootstrap/scss/bootstrap"; |