To create a non-responsive theme with Radix 2.x,

  1. Edit screen.scss in your theme assets directory.
  2. Comment the line @import "compass_radix_responsive";
  3. At a terminal, run compass clean && compass watch.
  4. Flush the cache (optional).