diff options
Diffstat (limited to 'debian/missing-sources/wyrm/sass/_wyrm_all.sass')
-rw-r--r-- | debian/missing-sources/wyrm/sass/_wyrm_all.sass | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/missing-sources/wyrm/sass/_wyrm_all.sass b/debian/missing-sources/wyrm/sass/_wyrm_all.sass new file mode 100644 index 0000000..7508d74 --- /dev/null +++ b/debian/missing-sources/wyrm/sass/_wyrm_all.sass @@ -0,0 +1,21 @@ +// ------------------------------------------------------------ +// WYRM ALL +// ------------------------------------------------------------ +// This file includes wym_core along with all its addons. +// ------------------------------------------------------------ + +@import wyrm_core + +// Addons +@import wyrm_addons/forms/form_upload +@import wyrm_addons/forms/form_autocomplete +@import wyrm_addons/forms/form_tag +@import wyrm_addons/forms/form_gallery +@import wyrm_addons/pygments/pygments +@import wyrm_addons/pygments/pygments_light +@import wyrm_addons/elements/tooltip +@import wyrm_addons/elements/stars +@import wyrm_addons/elements/paginate +@import wyrm_addons/elements/modal +@import wyrm_addons/redactor/redactor +@import wyrm_addons/redactor/figures |