While Visual Studio is an excellent IDE for writing .NET code, its web-development features are years behind the rich ecosystem […]
Tag: #stylus
Stylus
LESS vs SASS always, but Stylus is another option. http://learnboost.github.com/stylus/
Rich client-side applications for ASP.NET backends
While Visual Studio is an excellent IDE for writing .NET code, its web-development features are years behind the rich ecosystem […]
Stylus con Google Web Fonts
Aunque CSS es código (stylus)[http://learnboost.github.io/stylus/docs/] válido algunas (fuentes de Google)[https://www.google.com/fonts], específicamente la que tienen nombres compuestos como Droid Sans, no […]
Stylus: A simple function to convert px to %
The designer I work with knows his font-sizes in px. I want to render them as % so that I […]
Stylus mixin for crossbrowser input placeholders color styling
placeholder-color(color) &::-webkit-input-placeholder color color !important &:-moz-placeholder /* Firefox 18- */ color color !important &::-moz-placeholder /* Firefox 19+ */ color color […]
Prefix a value with Stylus
I wondered how to prefix a value (like calc) with Stylus. As I started to create a custom calc() function, […]
Using source maps for Stylus today
In case you don’t know what source maps are, I would recommend you to read a good introduction about the […]
CSS/Stylus Text Borders
Somehow I couldn’t google for this, so I just wrote it. Uses stylus, teh best CSS preprocessor. text-border(quality, width, blur-radius, […]