if I have the following code:
<head>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet/less" type="text/css" href="styles.less">
<script src="js/less.js" type="text/javascript"></script>
<script src="js/libs/modernizr-2.5.3.min.js"></script>
</head>
will there be problem or both modernizr and less library can work at the same time?