Search results for 2014 01 27 css regions matter
Creating Modular View Components with React and Grunt
…is one of my favourite parts of React. SuitCSS The HTML class naming conventions I use come from SuitCSS. The way components are handled there seems to complement React perfectly…
Mistakes to Avoid With Responsive Web Design
…have been looking for on the page. Those who hide content using CSS need to realize that the content still gets downloaded, hence you have nothing to lose by giving…
Donovan Hutchinson
…front-end CSS, HTML and Javascript, both in a load of fun side projects, and within his role as Director of UX for mobile CRM company, Converser. He occasionally talk on…
Task Automation with Automaton and Node
…files: [‘**/*.less’], tasks: [‘less’], options: { nospawn: true } } }, less: { development: { options: { paths: [“less”] }, files: { “less/sample.css“: “less/*.less” } } } }); grunt.loadNpmTasks(‘grunt-contrib-less’); grunt.loadNpmTasks(‘grunt-contrib-watch’);…