From d03426a486ec9927cfa008d095d5f6de97798e79 Mon Sep 17 00:00:00 2001 From: Lars van Vianen Date: Sat, 7 Sep 2024 22:51:24 +0200 Subject: [PATCH] Create _index.scss --- src/scss/tags/_index.scss | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/scss/tags/_index.scss diff --git a/src/scss/tags/_index.scss b/src/scss/tags/_index.scss new file mode 100644 index 0000000..9f10d25 --- /dev/null +++ b/src/scss/tags/_index.scss @@ -0,0 +1,30 @@ +// ============================================================================ +// Poster +// ============================================================================ + +//// +/// +/// Tags Module +/// =========================================================================== +/// +/// @group Tags +/// @author Scape Agency +/// @link https://unit.gl +/// @since 0.1.0 initial release +/// @todo None +/// @access public +/// +//// + + +// ============================================================================ +// Use +// ============================================================================ + + +// ============================================================================ +// Forward +// ============================================================================ + +/// Forwarding modules for global access +@forward "unit"; \ No newline at end of file