mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
PAPER
This commit is contained in:
@@ -29,6 +29,7 @@ export { ProgressBar } from './ProgressBar';
|
||||
export { Section } from './Section';
|
||||
export { Slider } from './Slider';
|
||||
export { Table } from './Table';
|
||||
export { TextArea } from './TextArea';
|
||||
export { Tabs } from './Tabs';
|
||||
export { Tooltip } from './Tooltip';
|
||||
export { TimeDisplay } from './TimeDisplay';
|
||||
// export { TextArea } from './TextArea'; PAPER
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/**
|
||||
* @file
|
||||
* @copyright 2020 Aleksej Komarov
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
// Polyfills
|
||||
import 'core-js/es';
|
||||
import 'core-js/web/immediate';
|
||||
@@ -12,13 +18,16 @@ import './polyfills/inferno';
|
||||
|
||||
// Themes
|
||||
import './styles/main.scss';
|
||||
import './styles/themes/cardtable.scss';
|
||||
import './styles/themes/malfunction.scss';
|
||||
import './styles/themes/ntos.scss';
|
||||
import './styles/themes/hackerman.scss';
|
||||
import './styles/themes/retro.scss';
|
||||
import './styles/themes/syndicate.scss';
|
||||
import './styles/themes/clockcult.scss';
|
||||
import './styles/themes/paper.scss';
|
||||
// import './styles/themes/paper.scss'; PAPER
|
||||
// "marked": "^1.1.0", PAPER - package.json
|
||||
// "dompurify": "^2.0.11"
|
||||
|
||||
import { loadCSS } from 'fg-loadcss';
|
||||
import { render } from 'inferno';
|
||||
|
||||
@@ -26,8 +26,6 @@
|
||||
"webpack": "^4.40.2",
|
||||
"webpack-build-notifier": "^2.0.0",
|
||||
"webpack-bundle-analyzer": "^3.5.1",
|
||||
"webpack-cli": "^3.3.9",
|
||||
"marked": "^1.1.0",
|
||||
"dompurify": "^2.0.11"
|
||||
"webpack-cli": "^3.3.9"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user