diff --git a/css/main.css b/css/main.css index d5d87b2..d9edf69 100644 --- a/css/main.css +++ b/css/main.css @@ -2,7 +2,7 @@ @import url("https://rawcdn.githack.com/barisalby/FontAwesome/fe4709f64c3085a87ed253d0f46b0aef5a88f3c0/css/all.min.css"); @import url("bootstrap.min.css"); @import url("cookie.css"); -@import url("utils/_fixed.css"); +@import url("utils/fixed.css"); body { font-family: "Ubuntu Mono", monospace; } diff --git a/css/utils/_fixed.css.map b/css/utils/_fixed.css.map deleted file mode 100644 index d530743..0000000 --- a/css/utils/_fixed.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sourceRoot":"","sources":["../../scss/utils/_fixed.scss"],"names":[],"mappings":"AAEA;EACG;;;AAGH;EACG;EACA;EACA;;;AAGH;EACG;EACA;;;AAGH;EACG;EACA","file":"_fixed.css"} \ No newline at end of file diff --git a/css/utils/_fixed.css b/css/utils/fixed.css similarity index 86% rename from css/utils/_fixed.css rename to css/utils/fixed.css index 9887c60..3125383 100644 --- a/css/utils/_fixed.css +++ b/css/utils/fixed.css @@ -18,4 +18,4 @@ bottom: 15px; } -/*# sourceMappingURL=_fixed.css.map */ +/*# sourceMappingURL=fixed.css.map */ diff --git a/css/utils/fixed.css.map b/css/utils/fixed.css.map new file mode 100644 index 0000000..03a93c8 --- /dev/null +++ b/css/utils/fixed.css.map @@ -0,0 +1 @@ +{"version":3,"sourceRoot":"","sources":["../../scss/utils/fixed.scss"],"names":[],"mappings":"AAEA;EACG;;;AAGH;EACG;EACA;EACA;;;AAGH;EACG;EACA;;;AAGH;EACG;EACA","file":"fixed.css"} \ No newline at end of file diff --git a/scss/main.scss b/scss/main.scss index df4fb17..233981a 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -5,7 +5,7 @@ // Google Opt-Out Cookie Consent CSS @import url('cookie.css'); -@import url('utils/_fixed.css'); +@import url('utils/fixed.css'); $font-family-sans-serif: 'Ubuntu Mono', monospace; diff --git a/scss/utils/_fixed.scss b/scss/utils/fixed.scss similarity index 100% rename from scss/utils/_fixed.scss rename to scss/utils/fixed.scss