diff options
author | Jesús <heckyel@hyperbola.info> | 2021-12-01 22:45:05 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-12-01 22:45:05 -0500 |
commit | 0ef5a8fe632e568c1b80572ae23e46c61f2da185 (patch) | |
tree | 352d7273796b975227eca82f34857be71abf9052 /src/scss/styles/noscript.scss | |
download | countries-0ef5a8fe632e568c1b80572ae23e46c61f2da185.tar.lz countries-0ef5a8fe632e568c1b80572ae23e46c61f2da185.tar.xz countries-0ef5a8fe632e568c1b80572ae23e46c61f2da185.zip |
initial public
Diffstat (limited to 'src/scss/styles/noscript.scss')
-rw-r--r-- | src/scss/styles/noscript.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/scss/styles/noscript.scss b/src/scss/styles/noscript.scss new file mode 100644 index 0000000..04af5fa --- /dev/null +++ b/src/scss/styles/noscript.scss @@ -0,0 +1,9 @@ +@charset "utf-8"; +/*! + * Single CSS - Home + * Author: Jesus E. + * Version: 1.0.0 + * Licensed under GPLv3 (https://www.gnu.org/licenses/gpl-3.0.txt) + */ + +@import "noscript/_main.scss"; |