asciidoctor / asciidoctor-stylesheet-factory

!DEPRECATED! This was the utility project for producing the default stylesheet for the HTML converter in Asciidoctor. The source of the default stylesheet now lives in the main Asciidoctor repository.
Other
175 stars 87 forks source link

Upgrade to Foundation 5 (or Foundation 6) #19

Open kendall opened 9 years ago

mojavelinux commented 9 years ago

:+1: It's definitely time to start planning the migration to Foundation 5. It will require some changes to the toolchain, but I'm not worried about it. The team is already familiar with the new additions (npm / bower) because we use them in the Asciidoctor.js build.

The toughest part about this change is ensuring we don't have any regressions in the stylesheet.

mojavelinux commented 9 years ago

I really like that idea, though it should be filed as a separate issue so we can discuss the details.

mojavelinux commented 8 years ago

One of the side effects of upgrading from Foundation 4 to 5 is a switch from em units to rem units for many of the components. For more information about the differences and implications, see http://zellwk.com/blog/rem-vs-em/.

cc: @Mogztter

mojavelinux commented 8 years ago

The general rule of thumbs is this: rem for global sizing, em for local (and relative) sizing. There's room for both, you just need to understand when to select one over the other.