Sha256: b44019854f944558956f47ad7ab2c4d20abcea3e22f098e8450bee4f3e4c78dd

Contents?: true

Size: 1.2 KB

Versions: 7

Compression:

Stored size: 1.2 KB

Contents

/* ------------------------------------------------------------------------------------------------
 *
 * This is where all of the CSS code is handled for your theme.
 *
 * We recommend you break your CSS into multiple files and put them in a separate
 * directory. We've used a "stylesheets" directory in our example below. After that we'll use
 * Sprockets (getsprockets.org) to package them into one file. Sprockets also allows you to
 * use Sass/SCSS (sass-lang.com) by ending your file name with .sass or .scss, and you can also
 * use LESS (lesscss.org) by ending your file with .less.
 *
 * However, if you don't have much CSS, or you're just a glutton for punishment,
 * you could simply put all of your CSS in this file. It's up to you.
 *
 * ------------------------------------------------------------------------------------------------
 */

/* 
 * Here we're including a 3rd-party stylesheet we put in stylesheets/vendor written in normal CSS,
 * as well as a few custom Sass stylesheets we've written for different areas of the store
 *
 *= require_directory ./stylesheets/vendor
 *= require stylesheets/layout
 *= require stylesheets/products
 *= require stylesheets/product
 *= require stylesheets/cart
 *
 */

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dugway-0.5.7 lib/dugway/cli/templates/source/styles.css
dugway-0.5.6 lib/dugway/cli/templates/source/styles.css
dugway-0.5.4 lib/dugway/cli/templates/source/styles.css
dugway-0.5.3 lib/dugway/cli/templates/source/styles.css
dugway-0.5.2 lib/dugway/cli/templates/source/styles.css
dugway-0.5.1 lib/dugway/cli/templates/source/styles.css
dugway-0.5.0 lib/dugway/cli/templates/source/styles.css