templates/project/_base.sass in ericam-compass-susy-plugin-0.5.1 vs templates/project/_base.sass in ericam-compass-susy-plugin-0.6.2
- old
+ new
@@ -41,14 +41,14 @@
!light = #fff
// FONTS
// Give yourself some font stacks to work with
=sans-family
- :font-family 'Futura Medium', 'Century Gothic', AppleGothic, sans-serif
+ :font-family Futura, sans-serif
=serif-family
- :font-family 'Adobe Caslon Pro', 'Big Caslon', Garamond, 'Hoefler Text', 'Times New Roman', Times, serif
+ :font-family Baskerville, serif
// Remember to add default styles to everything!
/* @group links */
@@ -70,21 +70,44 @@
form
fieldset
+legend
+
label
textarea
input
-input[type=submit]
+button
/* @end */
+/* @group tables */
+
+/* tables still need 'cellspacing="0"' in the markup */
+
+table
+
+thead
+
+tbody
+
+tfoot
+
+tr
+
+th
+
+td
+
+/* @end */
+
+
/* @group block tags */
p
=list-default(!ol = false)
@@ -93,10 +116,15 @@
:margin 0 1.5em 1.5em 1.5em
@else
:list-style disc
:margin 0 1.5em 1.5em 1.5em
+=no-style-list
+ +no-bullets
+ :margin 0
+ :padding 0
+
ol
+list-default("ol")
ul
+list-default
@@ -109,19 +137,21 @@
/* @group inline tags */
cite
em
- +inline-italic
+ :font-style italic
strong
:font-weight bold
ins
:text-decoration underline
del
:text-decoration line-through
+
+q
/* @end */
/* @group replaced tags */