Skip to content
Snippets Groups Projects
Commit 967d1416 authored by Maxime's avatar Maxime
Browse files

install sass

parent 513df715
No related branches found
No related tags found
1 merge request!14update: fixing colors and updating JS and stuff
/*# sourceMappingURL=index.css.map */
{"version":3,"sourceRoot":"","sources":[],"names":[],"mappings":"","file":"index.css"}
\ No newline at end of file
{
"name": "@coopstarter/component-kldb-search-box",
"version": "0.0.0",
"name": "@startinblox/kldb-search-box",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
@import "src/main";
@import "src/variables";
\ No newline at end of file
......@@ -5,6 +5,7 @@ const base_url = import.meta.url.replace(/\/[^\/]*$/, '');
// const base_url = "https://unpkg.com/@startinblox/kldb-searchbox@0.1";
Helpers.importCSS(`${base_url}/css/variables.css`);
Helpers.importCSS(`${base_url}/css/main.css`);
Helpers.importCSS(`${base_url}/css/index.css`);
export class CoopediaSearchBox extends SolidTemplateElement {
constructor() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment