mirror of
https://github.com/flarum/framework.git
synced 2024-12-03 15:43:59 +08:00
Document placeholder CSS files, remove LESS dependency
This commit is contained in:
parent
3aa36f7a47
commit
4b71c32e8b
2
framework/core/ember/admin/app/styles/app.css
Normal file
2
framework/core/ember/admin/app/styles/app.css
Normal file
|
@ -0,0 +1,2 @@
|
|||
// Flarum styles are stored in the top-level `less` directory. This remains
|
||||
// here as a placeholder file to prevent ember-cli from crashing.
|
|
@ -27,7 +27,6 @@
|
|||
"ember-cli-htmlbars": "^0.7.4",
|
||||
"ember-cli-ic-ajax": "0.1.1",
|
||||
"ember-cli-inject-live-reload": "^1.3.0",
|
||||
"ember-cli-less": "^1.0.5",
|
||||
"ember-cli-qunit": "^0.3.8",
|
||||
"ember-cli-simple-auth": "^0.7.2",
|
||||
"ember-cli-uglify": "1.0.1",
|
||||
|
|
2
framework/core/ember/forum/app/styles/app.css
Normal file
2
framework/core/ember/forum/app/styles/app.css
Normal file
|
@ -0,0 +1,2 @@
|
|||
// Flarum styles are stored in the top-level `less` directory. This remains
|
||||
// here as a placeholder file to prevent ember-cli from crashing.
|
|
@ -27,7 +27,6 @@
|
|||
"ember-cli-htmlbars": "^0.7.4",
|
||||
"ember-cli-ic-ajax": "0.1.1",
|
||||
"ember-cli-inject-live-reload": "^1.3.0",
|
||||
"ember-cli-less": "^1.0.5",
|
||||
"ember-cli-qunit": "^0.3.8",
|
||||
"ember-cli-simple-auth": "^0.7.2",
|
||||
"ember-cli-uglify": "1.0.1",
|
||||
|
|
Loading…
Reference in New Issue
Block a user