summaryrefslogtreecommitdiffstats
path: root/blog/_assets/stylesheets/_common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'blog/_assets/stylesheets/_common.scss')
-rw-r--r--blog/_assets/stylesheets/_common.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/blog/_assets/stylesheets/_common.scss b/blog/_assets/stylesheets/_common.scss
new file mode 100644
index 0000000..a392022
--- /dev/null
+++ b/blog/_assets/stylesheets/_common.scss
@@ -0,0 +1,5 @@
+@mixin round-corners {
+ border: {
+ radius: 5px;
+ }
+}