Category: SASS

CSS Fonts HTML HTML5 JQuery SASS

CSS 3 Experiments: CSS3 Flipping poems, responsive

This is the fourth site in a series where I have been playing around with CSS3… Just playing around as I assemble sites using HTML5 elements and CSS3 effects that I have not used that often. I first created a Parallax site using my mom’s poems as my starting point of inspiration. I have continued with […]

.NET CSS Ruby SASS Visual Studio

Alternative SASS Solutions for NET, The Good and the Bad

SASS: Native Ruby + SASS Good: Fastest server compilation Good: Able to use latest versions of SASS, including all relevant options via flags to the sass and scss command-line executables Bad: Setup time is more intensive than with a pre-built extension or plugin for VS Bad: Every front end dev workstation needs ruby setting up Bad: More difficult for […]

.NET CSS SASS Visual Studio

Integrating SASS into .NET using NuGet and Squishit SASS

NuGet is the package manager (extension) for the Microsoft development platform including .NET that makes it easy to install and update third-party libraries and tools in Visual Studio. it makes managing dependencies in your application a lot simpler. http://docs.nuget.org/docs/start-here/installing-nuget#Installing_NuGet http://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c   Nu Get Installation Go to Visual Studio 2010 Menu –> Tools Select Extension Manager […]

Back To Top