Links tagged with “CSS”
- All (6)
- Entries (2)
- Links (4)
- Photos (0)
Haml/Sass 2.2 Released
Haml/Sass 2.2 was released today, and it’s got a lot of great new features. While I’ve never tried Haml, I use Sass for this site, and I can’t wait to try out 2.2. My favorite update: mixins with arguments
Simplifying CSS Selectors
A great piece on how CSS selectors are interpreted (right to left), and how best to optimize them.
Smurf, a JS and CSS minifier for Rails
I came across Smurf today while looking for a way to compress my Javascript and CSS files, and it’s really a clever little plugin. Just install the plugin to your Rails project and add :cache => true or :cache => 'name' to your javascript_include_tag and stylesheet_include_tag calls, and it automatically compresses your files for you. This, combined with mod_deflate, helps to keep load times down, ensuring a better experience for your users.
Accessible Data Visualization with Web Standards
I’m bookmarking this article from A List Apart for later reference. CSS bar charts might be a nice way to clean up my notebook page, which, as it stands right now, is a complete mess.
