Quantcast
Channel: professional website design » Extension
Viewing all articles
Browse latest Browse all 175

How to Check for Dependencies in Sass Libraries

$
0
0
So far, I have written seven Sass libraries. Most of them are just a superset of functions which can be included then used in your projects to give you more power over the code. For instance,  SassyLists  is a collection of functions to manipulate Sass lists. They help you reverse a list, insert an item at a specific index, slice a list between two indexes and so on. SassyLists can be imported as a Compass Extension, but I've noticed sometimes developers only want to use a very specific function from SassyLists so they copy/paste it into their code base. The problem is that they don't always pay attention to dependencies (for example, other functions). I decided to start working on a dependency checker

Viewing all articles
Browse latest Browse all 175

Trending Articles