mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Added postcss-loader to provide fallbacks for older browsers
This commit is contained in:
parent
e4ad7768d5
commit
a418f63a44
6 changed files with 29 additions and 47 deletions
18
src/web/stylesheets/index.js
Normal file
18
src/web/stylesheets/index.js
Normal file
|
@ -0,0 +1,18 @@
|
|||
/**
|
||||
* Styles index
|
||||
*
|
||||
* @author n1474335 [n1474335@gmail.com]
|
||||
* @copyright Crown Copyright 2017
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
/* Libraries */
|
||||
import "google-code-prettify/src/prettify.css";
|
||||
|
||||
/* Frameworks */
|
||||
import "./vendors/bootstrap.less";
|
||||
import "bootstrap-switch/dist/css/bootstrap3/bootstrap-switch.css";
|
||||
import "bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css";
|
||||
|
||||
/* CyberChef styles */
|
||||
import "./index.css";
|
Loading…
Add table
Add a link
Reference in a new issue