mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-29 18:28:03 -05:00
added ui.theme.css - contains a themed set of TR classes with token comments (needs to be documented) ui.all.css now imports core, theme, and allplugins
5 lines
77 B
CSS
5 lines
77 B
CSS
@import "ui.core.css";
|
|
@import "ui.theme.css";
|
|
@import "ui.allplugins.css";
|
|
|