mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
26 lines
489 B
SCSS
26 lines
489 B
SCSS
// ===========================================================================
|
|
// GUIDE.CSS
|
|
// Styles for the Style Guide
|
|
|
|
|
|
|
|
// ---------------------------------------------------------------------------
|
|
// IMPORTS
|
|
|
|
@charset "utf-8";
|
|
|
|
@import "compass";
|
|
@import "susy";
|
|
|
|
@import "dependencies/colors";
|
|
@import "dependencies/themes";
|
|
|
|
|
|
|
|
// ---------------------------------------------------------------------------
|
|
// STYLE GUIDE STYLES
|
|
|
|
iframe {
|
|
border: 0;
|
|
@include box-shadow-both;
|
|
} |