Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged sass

Rss Feed Group items tagged

Jochen Burkhard

Sass - Syntactically Awesome Stylesheets - 4 views

  • Syntactically Awesome Stylesheets
  •  
    "Syntactically Awesome Stylesheets"
  •  
    Sass makes CSS fun again. Sass is CSS, plus nested rules, variables, mixins, and more, all in a concise, readable syntax.
christa joe

LESS for Web Designers - 0 views

  •  
    To extend the capabilities of CSS, preprocessors called as SaSS and LESS were introduced. Both of them are dynamic stylesheet languages used for developing parameter based stylesheets for creating different styles in an entire website. However, we will mainly be discussing about LESS here as it is more developer-friendly and uses the Javascript syntax. Some of the features which LESS provides to a web designer are discussed here.
Vernon Fowler

phildionne/golden-bootstrap · GitHub - 0 views

  •  
    Golden Bootstrap is a tiny add-on for Bootstrap giving you the divine power of using golden ratio sized columns. Available both for Less and Sass CSS preprocessors.
DJ XC

Compass, SASS, CakePHP - Rob Wilkerson - 0 views

  •  
    Buena explicación de cómo usar compass en un ambiente cakephp.
Vernon Fowler

Introducing LESS: a Better CSS - 2 views

  • I’ve tried SASS and really liked it, but one thing really bothered me. I didn’t like how all the syntax was different to CSS. Sure, it’s not CSS anymore, it’s SASS, but do we really need to change the syntax of the stuff already present in CSS — why not just expand it?
  • LESS, which stands for Leaner CSS.
  • LESS augments CSS with 4 main features: variables, mixins, nested inheritance and operations.
  • ...2 more annotations...
  • division, multiplication, addition and subtraction
  • LESS looks just like CSS, and the syntax we picked for the extra features is very CSS-like. This means you can rename your existing ‘.css’ files to ‘.less’ and start using the new features.
htmlslicemate.com

Web Design: How To Convert CSS To Sass & SCSS - 0 views

  •  
    CSS is a really simple and straightforward language, but when it is getting too long - let's say for a thousand of lines, it turns into a maintenance 'nightmare'. Everything will be too complicated to maintain, and we will get lost with which style rules to keep up with or overwrite. For that reason, a CSS Pre-processor is created to make writing CSS programmable and more maintainable............
Anna Taylor

Presenting Derby: A Sublime Text 2 Plugin - 1 views

  •  
    Derby is a Sublime Text 2 plugin that will auto-completes all Neat and Bourbon statements allowing you to write much faster SCSS / SASS. It also has the whole Bourbon and Neat docs compiled into it which can be called with a simple command. This prevents you from having to leave your work to look up functions, which can translate to loss of focus.
htmlslicemate.com

Using CSS Preprocessors With WordPress - LESS + CodeKit - 0 views

  •  
    In the first part of this series I gave a quick overview of the popular CSS preprocessors LESS and SASS. I also shared a few of the frameworks in which they are used. I plan on taking a deeper dive into LESS and talking about the parts of the language I use most often. I also plan on showing you how to get started using it with CodeKit. Let's dig in!
1 - 11 of 11
Showing 20 items per page