refactor: styles

This commit is contained in:
cha0s 2022-03-17 15:15:47 -05:00
parent d6126f3574
commit a886ac2793
18 changed files with 31 additions and 9 deletions

View File

@ -16,6 +16,8 @@
},
"files": [
"build",
"index.css",
"index.css.map",
"index.js",
"index.js.map",
"src",

View File

@ -16,6 +16,8 @@
},
"files": [
"build",
"index.css",
"index.css.map",
"index.js",
"index.js.map",
"src",

View File

@ -16,6 +16,8 @@
},
"files": [
"build",
"index.css",
"index.css.map",
"index.js",
"index.js.map",
"src",

View File

@ -17,8 +17,9 @@
"test": "flecks test"
},
"files": [
".flecksrc.js",
"build",
"index.css",
"index.css.map",
"index.js",
"index.js.map",
"src",

View File

@ -16,6 +16,8 @@
},
"files": [
"build",
"index.css",
"index.css.map",
"index.js",
"index.js.map",
"src",

View File

@ -16,6 +16,8 @@
},
"files": [
"build",
"index.css",
"index.css.map",
"index.js",
"index.js.map",
"src",

View File

@ -15,8 +15,9 @@
"test": "flecks test"
},
"files": [
".flecksrc.js",
"build",
"index.css",
"index.css.map",
"index.js",
"index.js.map",
"src",

View File

@ -4,7 +4,7 @@ import {
React,
} from '@flecks/react';
import {locals} from './index.module.scss';
import locals from './index.module.scss';
function IconPages({
iconPages,

View File

@ -16,6 +16,8 @@
},
"files": [
"build",
"index.css",
"index.css.map",
"index.js",
"index.js.map",
"src",

View File

@ -8,7 +8,7 @@ import {useParams} from '@flecks/react/router';
import useResourceController from '../../hooks/use-resource-controller';
import {locals} from './index.module.scss';
import locals from './index.module.scss';
const Resource = ({resource}) => {
const {uri} = useParams();

View File

@ -16,6 +16,8 @@
},
"files": [
"build",
"index.css",
"index.css.map",
"index.js",
"index.js.map",
"src",

View File

@ -16,6 +16,8 @@
},
"files": [
"build",
"index.css",
"index.css.map",
"index.js",
"index.js.map",
"src",

View File

@ -16,6 +16,8 @@
},
"files": [
"build",
"index.css",
"index.css.map",
"index.js",
"index.js.map",
"src",

View File

@ -22,7 +22,7 @@ import {
} from '@flecks/react';
import {useParams} from '@flecks/react/router';
import {locals} from './component.module.scss';
import locals from './component.module.scss';
const renderer = new Renderer();

View File

@ -2,7 +2,7 @@ import {JsonController} from '@avocado/resource-persea';
import Component from './component';
import {locals} from './icon.module.scss';
import locals from './icon.module.scss';
export default {
...JsonController,

View File

@ -14,7 +14,7 @@ import {
useState,
} from '@flecks/react';
import {locals} from './page.module.scss';
import locals from './page.module.scss';
const throbber = {alpha: 0.2, hue: 0.5};
throbber.lfo = new LfoResult(

View File

@ -18,6 +18,8 @@
},
"files": [
"build",
"index.css",
"index.css.map",
"index.js",
"index.js.map",
"src",

View File

@ -1157,8 +1157,8 @@
"@flecks/http@^1.3.0":
version "1.3.0"
resolved "http://verdaccio.localhost/@flecks%2fhttp/-/http-1.3.0.tgz#0ba76cac5a3f1c6fa410721f58a5cc03dd7d126c"
integrity sha512-JErENN8Euzcbs6DdeNGdwUQMQmnSqej6rVWbkQKK8biDqJRkuYgyC9HL18WBnu3Sk4vfRvsRHILkL+H3rv/Sug==
resolved "http://verdaccio.localhost/@flecks%2fhttp/-/http-1.3.0.tgz#5588c82e7cb198d761d078403a5ee4f931258aae"
integrity sha512-I0TbmB5F9oPpIk8qRHlaM8rpz4mqoQNPbfIZJZGIi0SDcAozb+oz4MVVLxN+8MBKgXfiyGAM/blM7zeU7Znr/g==
dependencies:
"@babel/parser" "^7.17.0"
"@babel/types" "^7.17.0"