Skip to content

Commit

Permalink
Merge pull request django-cms#8 from divio/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
alesdotio committed Nov 14, 2013
2 parents e7afde5 + 44b1554 commit 526125a
Show file tree
Hide file tree
Showing 95 changed files with 56 additions and 4,027 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Compiling CSS

::

sass --watch djangocms_admin_style/sass/:djangocms_admin_style/static/djangocms_admin_style/css/ --style compact
compass watch .


* If you keep getting this http://stackoverflow.com/questions/8723475/compass-add-compact-to-css-files try using something like ScoutApp.
* for compiling the sass file, you need to ``gem install compass`` or use CodeKit / ScoutApp
14 changes: 14 additions & 0 deletions config.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# COMPASS SETTINGS

http_path = "" # use if other than /
sass_dir = "djangocms_admin_style/sass"
css_dir = "djangocms_admin_style/static/djangocms_admin_style/css"

# output_style = :expanded or :nested or :compact or :compressed
output_style = :compressed

# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true

# To disable debugging comments that display the original location of your selectors. Uncomment:
line_comments = false
3 changes: 0 additions & 3 deletions djangocms_admin_style/sass/_compass.scss

This file was deleted.

28 changes: 5 additions & 23 deletions djangocms_admin_style/sass/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ $top-section-padding: 15px;
$editor-height: 100%;
$tree-width: 250px;

// Compass mixins
@import "compass/css3";
@import "compass/utilities";
@import "compass/typography";

// font-face fonts
// see http://compass-style.org/docs/reference/compass/css3/font_face/
Expand All @@ -169,26 +173,4 @@ $tree-width: 250px;

// Now, you can simply include everything
// (except media) by uncommeting this line
@include html5-boilerplate;

// Compass mixins
@import "_compass.scss";

// Note: Each element that has PIE enabled on it will add about 10ms to your page load.
@import "libs/_pie.scss";

// Set this to wherever you end up putting your behavior file.
//
// **Note:** this file must be served as a root-relative resource or
// else IE will interpret it as relative to the current webpage
// instead of the stylesheet.
//
// **Also Note:** this file must be delivered with a mime-type of:
//
// text/x-component
$pie-behavior: url("/static/cms/PIE.htc");

// It is suggested that you use Sass's @extend directive to apply the PIE
// behavior to your elements. Setting this variable will tell the `pie` mixin
// to extend it. Or you can just extend the base class yourself.
$pie-base-class: pie-element;
@include html5-boilerplate;
17 changes: 0 additions & 17 deletions djangocms_admin_style/sass/compass/_css3.scss

This file was deleted.

3 changes: 0 additions & 3 deletions djangocms_admin_style/sass/compass/_layout.scss

This file was deleted.

3 changes: 0 additions & 3 deletions djangocms_admin_style/sass/compass/_reset-legacy.scss

This file was deleted.

3 changes: 0 additions & 3 deletions djangocms_admin_style/sass/compass/_reset.scss

This file was deleted.

36 changes: 0 additions & 36 deletions djangocms_admin_style/sass/compass/_support.scss

This file was deleted.

4 changes: 0 additions & 4 deletions djangocms_admin_style/sass/compass/_typography.scss

This file was deleted.

9 changes: 0 additions & 9 deletions djangocms_admin_style/sass/compass/_utilities.scss

This file was deleted.

13 changes: 0 additions & 13 deletions djangocms_admin_style/sass/compass/css3/_appearance.scss

This file was deleted.

43 changes: 0 additions & 43 deletions djangocms_admin_style/sass/compass/css3/_background-clip.scss

This file was deleted.

42 changes: 0 additions & 42 deletions djangocms_admin_style/sass/compass/css3/_background-origin.scss

This file was deleted.

26 changes: 0 additions & 26 deletions djangocms_admin_style/sass/compass/css3/_background-size.scss

This file was deleted.

Loading

0 comments on commit 526125a

Please sign in to comment.