typecsset
typecsset copied to clipboard
A small Sass library for setting type on the web.
Would there be any big negative to separating the mixins from styles? There are some scenarios where the default styles may need some additional attributes for each element which means...
Suggestion: write a function that allows you to specify `$typecsset-base-font-size` and `$typecsset-base-line-height` for any number of breakpoints. More and more these days I'm modifying text size based on viewport, so...
This fixes #8. Since it might be useful to test typecsset in old browsers, I have left basehold.it as a fallback. Modern browsers, however, will use gradients to show lines....
I'm with @faviouz that your repo should be on bower, so I created a sample `bower.json` for you. If you want to do it yourself, just install [bower](http://bower.io), and then...
Using modular scale principles (http://alistapart.com/article/more-meaningful-typography), I added the option for automatic heading scaling. This still uses the typecsset base functions/mixins, but allows the user to create a typographic scale for...
`` feels bad because no one invited her to the typecsset party :(
## The intention Typecsset uses this quick/painless/JavaScript-free service to get a baseline grid overlay from the simplest way. This choice might please everybody but users have different contraints: - their...
Unfortunately at least the old Safari Browsers don't have CSS 2.1 `quote` property support. So the blockquotes are breaking there.
The if-function at line 126-130 is empty and unused. The real function is nested under HTML a few lines below and working as it should. This doesn't change a thing...
You might want to mention in the readme.md that users can also set the precision setting in the project `config.rb` Compass file. Just add this at the end of that...