mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Cleanup project root
This commit is contained in:
16
src/piskel-style-list.js
Normal file
16
src/piskel-style-list.js
Normal file
@ -0,0 +1,16 @@
|
||||
// This list is used both by the grunt build and index.html (in debug mode)
|
||||
|
||||
exports.styles = [
|
||||
"css/reset.css",
|
||||
"css/style.css",
|
||||
"css/forms.css",
|
||||
"css/settings.css",
|
||||
"css/tools.css",
|
||||
"css/cheatsheet.css",
|
||||
"css/spectrum/spectrum.css",
|
||||
"css/spectrum/spectrum-overrides.css",
|
||||
"css/bootstrap/bootstrap.css",
|
||||
"css/bootstrap/bootstrap-tooltip-custom.css",
|
||||
"css/preview-film-section.css",
|
||||
"css/minimap.css"
|
||||
];
|
Reference in New Issue
Block a user