mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
Merge pull request #2026 from dnrce/require-jquery-ui
Load jquery-ui-rails CSS via "require" instead of "import"
This commit is contained in:
commit
2c4784cfd2
1 changed files with 4 additions and 5 deletions
|
|
@ -10,14 +10,13 @@
|
||||||
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
|
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
|
||||||
* file per style scope.
|
* file per style scope.
|
||||||
*
|
*
|
||||||
|
*= require jquery-ui/autocomplete
|
||||||
|
*= require jquery-ui/datepicker
|
||||||
|
*= require jquery-ui/dialog
|
||||||
|
*= require jquery-ui/sortable
|
||||||
*= require_self
|
*= require_self
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import "jquery-ui/autocomplete";
|
|
||||||
@import "jquery-ui/datepicker";
|
|
||||||
@import "jquery-ui/dialog";
|
|
||||||
@import "jquery-ui/sortable";
|
|
||||||
|
|
||||||
@import "icons";
|
@import "icons";
|
||||||
|
|
||||||
.legacy-ui {
|
.legacy-ui {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue