// Styling for the admin.

// Layout styling for the admin editor.
// In the future we should build both the front-end and admin CSS styling from the same source file.
@import 'admin-layout';

// CSS grid styling
// In the future we should build both the front-end and admin CSS styling from the same source file.
@import 'grid';

// Styling for the downloads shown in the admin editor.
// Most of this is identical to the front-end CSS already provided by EDD.
// In the future we should build both the front-end and admin CSS styling from the same source file.
@import 'admin-downloads';

// Styling for the download terms (download categories and tags).
// In the future we should build both the front-end and admin CSS styling from the same source file.
@import 'download-terms';