aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-02-12 22:09:07 +0000
committerMario <mario@mariovavti.com>2024-02-12 22:09:07 +0000
commit08b2356ed182c079f2163f659bf31b98e2f6bffb (patch)
tree38e46984ad45ccdfb5d4f1ba39c7fe8d3aa05de7 /view/theme
parentd17934ed802073a2978e8c2472cf12a5a8ee42ba (diff)
downloadvolse-hubzilla-08b2356ed182c079f2163f659bf31b98e2f6bffb.tar.gz
volse-hubzilla-08b2356ed182c079f2163f659bf31b98e2f6bffb.tar.bz2
volse-hubzilla-08b2356ed182c079f2163f659bf31b98e2f6bffb.zip
add sample scss file
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/sample.scss10
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";